- Clone this repo into your home directory either as .vim (linux) or vimfiles (MS
Windows).
- Update all git submodule present in .vim/bundle using Vundle
vim +BundleInstall +qall
- Create a symbolic link to your .vimrc
ln -s ./.vim/vimrc ~/.vimrc
This repo is now using Vundle to manage dependencies.