/Tooling

Vim setup with useful packages. 🍱

Primary LanguageVim ScriptMIT LicenseMIT

Tooling

Vim Setup on Linux

  • Clone the repo, copy the .vimrc from vim folder into user roor directory ('~/')
  • Install the vim plug package
https://github.com/junegunn/vim-plug
  • Open vim and install the Plugins
:PlugInstall
  • Copy the colors folder from repo into ~/.vim/ directory
  • Inrder to seach text inside project directory, install the silver searcher
apt-get install silversearcher-ag