Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.05 KB

README.textile

File metadata and controls

41 lines (28 loc) · 1.05 KB

Usage

Clone this repo into your home directory either as .vim (linux/mac) or
vimfiles (Windows).

Then ‘cd’ into the repo and run this to get the snippets submodule:


git submodule init
git submodule update

Put this in your .vimrc file (in your home folder) along with your personal hacks:


source ~/.vim/vimrc      "linux
source ~/vimfiles/vimrc  "windows

Dependencies

You will need these dependencies figured out:

In Ubuntu, for example, you will have to do:


apt-get install exuberant-ctags ncurses-term

On Windows you have to download Ctags and add ctags.exe in your PATH.

Mac OS X and most Linux distros come with Ruby already. If you’re in Windows
look for Luis Lavena’s latest Ruby Installer (http://rubyforge.org/projects/rubyinstaller/)

Credits

  • Original project and most of the heavy lifting: @scrooloose
  • Hacks and some snippets: @akitaonrails