bryanl / vimfiles forked from scrooloose/vimfiles

The ~/.vim directory that we share at work

This URL has Read+Write access

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 Wed Jun 17 03:32:52 -0700 2009 update readme again [scrooloose]
directory after/ Sun Jun 07 00:48:57 -0700 2009 add snipmate [scrooloose]
directory autoload/ Thu Nov 26 13:36:46 -0800 2009 latest csapprox [scrooloose]
directory colors/ Mon Oct 26 14:30:48 -0700 2009 latest zenburn colorscheme [scrooloose]
directory compiler/ Mon Jun 02 15:58:08 -0700 2008 add the vim-ruby gem files [scrooloose]
directory doc/ Wed Dec 16 02:45:12 -0800 2009 add latest syntastic hacks [scrooloose]
directory ftdetect/ Mon Aug 17 23:00:20 -0700 2009 Add in cucumber files from tpope/vim-cucumber. ... [abcde]
directory ftplugin/ Wed Sep 23 21:59:38 -0700 2009 Latest tpope/vim-cucumber files. [abcde]
directory indent/ Wed Sep 23 21:59:38 -0700 2009 Latest tpope/vim-cucumber files. [abcde]
directory macros/ Sun Dec 07 16:37:23 -0800 2008 add Rsass and RSsass commands [scrooloose]
directory nerdtree_plugin/ Sun Oct 18 15:01:07 -0700 2009 latest nerdtree and syntastic haxx [scrooloose]
directory plugin/ Wed Dec 16 02:45:12 -0800 2009 add latest syntastic hacks [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 - 842e5d5 Tue Aug 18 21:15:45 -0700 2009 update the snippets submodule to the latest commit [scrooloose]
directory syntax/ Mon Aug 17 23:00:20 -0700 2009 Add in cucumber files from tpope/vim-cucumber. ... [abcde]
directory syntax_checkers/ Wed Dec 16 02:45:12 -0800 2009 add latest syntastic hacks [scrooloose]
file vimrc Tue Aug 18 21:19:23 -0700 2009 enable syntastic signs by default [scrooloose]
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