public
Fork of scrooloose/vimfiles
Description: The ~/.vim directory that we share at work
Homepage:
Clone URL: git://github.com/akitaonrails/vimfiles.git
vimfiles / README.textile
100644 18 lines (13 sloc) 0.383 kb

Usage

Clone this repo into your home directory either as .vim (linux) or vimfiles (MF
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 along with your personal hacks:


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