To set up on a new machine:
rm -rf ~/.vim
(backup first if necessary)mkdir ~/.vim && cd ~/.vim
git init
git remote add origin git@github.com:danxshap/vim.git
git pull origin master
- Launch vim and run
:BundleInstall
Compile YCM using instructions @ https://github.com/Valloric/YouCompleteMe