This is tailored to my needs (mostly frontend) and thus probably won't work well for everyone.
See bundle
- Back up
~/.vim
- Remove
rm -rf ~/.vim
- Make sure you're in your home folder
cd ~
- Get the setup
git clone --recursive https://github.com/davidyezsetz/.vim.git
- Symlink Vim configuration to home folder
ln -s ~/.vim/.vimrc .vimrc
- Install patched powerline fonts (dependancy for Airline)
- Install Exuberant CTAGs (dependency for Tagbar)
- Install YouCompleteMe dependencies
- Install silver surfer
- Run
./update
- http://www.integralist.co.uk/posts/vim-workflow/
- http://walking-without-crutches.heroku.com/image/images/vi-vim-cheat-sheet.png
- http://yanpritzker.com/2011/12/16/learn-to-speak-vim-verbs-nouns-and-modifiers/
- https://github.com/joyent/node/wiki/Vim-Plugins
- http://vimcasts.org/episodes/archive
- http://derekwyatt.org/vim/tutorials/novice/#Welcome
- http://usevim.com/2012/04/13/registers/
- tern config example