public
Description: The ~/.vim directory that we share at work
Homepage:
Clone URL: git://github.com/scrooloose/vimfiles.git
scrooloose (author)
Tue Jun 30 04:15:35 -0700 2009
commit  3a94243c358d31999eb012b9163be70498feb4a7
tree    5321246ec8725aa1fd43c6cd326b6fee7afaccd2
parent  3a9c6c84754daac75696f1cd8ce2db100c0f502e
name age message
file .gitignore Sun Jun 07 14:49:06 -0700 2009 git ignore .VimballRecord files [scrooloose]
file .gitmodules Sun Jun 07 00:58:42 -0700 2009 add snipmate snippets as a submodule [scrooloose]
file README.textile Sun Jun 28 20:16:11 -0700 2009 merge lastest changes from scrooloose [scorpio]
directory after/ Sun Jun 07 00:48:57 -0700 2009 add snipmate [scrooloose]
directory autoload/ Sun Jun 07 00:48:57 -0700 2009 add snipmate [scrooloose]
directory colors/ Sat Nov 01 05:41:07 -0700 2008 latest peaksea [scrooloose]
directory compiler/ Mon Jun 02 15:58:08 -0700 2008 add the vim-ruby gem files [scrooloose]
directory doc/ Tue Jun 09 22:27:48 -0700 2009 add latest bufexplorer [scrooloose]
directory ftdetect/ Loading commit data...
directory ftplugin/ Wed Oct 29 20:15:36 -0700 2008 add tpopes haml/sass hax [scrooloose]
directory indent/ Wed Oct 29 20:15:36 -0700 2008 add tpopes haml/sass hax [scrooloose]
directory macros/ Sun Dec 07 16:37:23 -0800 2008 add Rsass and RSsass commands [scrooloose]
directory plugin/ Tue Jun 09 22:27:48 -0700 2009 add latest bufexplorer [scrooloose]
file rgb.txt Fri Nov 07 18:41:54 -0800 2008 Upgrade CSApprox to 1.1.0 with the included rgb... [halorgium]
directory ruby/ Sat Oct 18 21:50:45 -0700 2008 add fuzzyfinder textmate style mod gotta remov... [scrooloose]
submodule snippets - 16b9a4d Sun Jun 07 00:58:42 -0700 2009 add snipmate snippets as a submodule [scrooloose]
directory syntax/ Wed Jun 17 03:35:27 -0700 2009 remove archangel runtime files [scrooloose]
directory syntax_checkers/
file vimrc
README.textile

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