/vimrc

My vimrc config

Primary LanguageVim Script

To setup:

  1. Install VIM

  2. Install Vundler

  3. Clone this repo and symlink the .vimrc

git clone https://github.com/warex03/vimrc.git ~/.vim/vimrc
ln -sf ~/.vim/vimrc/.vimrc ~/.vimrc
  1. Run Vundle in VIM

:PluginInstall