asis / vimfiles

a bunch of Vim hacks for intense coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Vim Script 98.7%Language:Ruby 1.3%