Clone this repo into your home directory either as .vim (linux) or vimfiles (MS
Windows).
Then cd into the repo and run this to get default set of bundles:
rake
If you intend to do some rails development then you might want to run this:
rake rails
Check out Rakefile for some other tasks.
Put this in your vimrc along with your personal hacks:
source ~/.vim/vimrc "linux
source ~/vimfiles/vimrc "windows
Thanks to the following people for awesome plugins, hacks and most of the heavy lifting:
- Martin Grenfell (scrooloose)
- Tim Pope (tpope)
- Fabio Akita (akitaonrails)