scrooloose / vimfiles

The ~/.vim directory that we share at work

This URL has Read+Write access

scrooloose (author)
Tue Jun 30 04:15:35 -0700 2009
commit  3a94243c358d31999eb012b9163be70498feb4a7
tree    5321246ec8725aa1fd43c6cd326b6fee7afaccd2
parent  3a9c6c84754daac75696f1cd8ce2db100c0f502e
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