Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 527 Bytes

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