Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 690 Bytes

README.textile

File metadata and controls

32 lines (22 loc) · 690 Bytes

Usage

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

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)