- Vim installed
- Git installed
- Use Vundle to manager vim plugins.
Vundle install instrucitons here
- git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Add the .vimrc content from this repository to the top of your ~/.vimrc file
- Install plugins
- From Vim: Launch vim and run :PluginInstall
- From CLI: vim +PluginInstall +qall