-
Install or clone this directory into
~/.vim
-
Install vundle:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
Configure plugins in ~/.vim/config/vundle.vim Most plugins will work out of the box, but some need additional steps (e.g. compiled components).
-
Run :PluginInstall inside of vim to install the plugins
Enjoy!
Instead of ESC to exit insert mode, try C-[ (for US Keyboards)