/vim

My .vim folder

Primary LanguageVim Script

vim

To set up on a new machine:

  1. rm -rf ~/.vim (backup first if necessary)
  2. mkdir ~/.vim && cd ~/.vim
  3. git init
  4. git remote add origin git@github.com:danxshap/vim.git
  5. git pull origin master
  6. Launch vim and run :BundleInstall

Compile YCM using instructions @ https://github.com/Valloric/YouCompleteMe