Usage
- clone this repo into your home directory either as
.vim
(linux) orvimfiles
(MS Windows) - cd into the repo and run
rake
to get default set of plugins
If you intend to do some rails development then you might want to run 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
Credits
Thanks to the following people for awesome plugins, hacks and most of the heavy lifting:
- Martin Grenfell (scrooloose)
- Tim Pope (tpope)
- Fabio Akita (akitaonrails)