Skip to content

asis/vimfiles

 
 

Repository files navigation

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)

About

a bunch of Vim hacks for intense coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 98.7%
  • Ruby 1.3%