fcoury / vimfiles forked from akitaonrails/vimfiles

The ~/.vim directory that we share at work

This URL has Read+Write access

name age message
file .gitignore Sun Nov 30 12:59:14 -0800 2008 remove and gitignore swap files [scrooloose]
file .gitmodules Sat Jan 24 04:46:19 -0800 2009 add the new snippets repo as a submodule [Martin Grenfell]
file README.textile Sun Dec 28 18:01:36 -0800 2008 update readme dont need to set NERDTreeMapOpen... [Martin Grenfell]
directory after/ Mon Apr 27 18:17:52 -0700 2009 Adding backslash fixes to some snippets and add... [akitaonrails]
directory autoload/ Sat Jan 24 14:03:04 -0800 2009 add rails.vim 3.3 [Martin Grenfell]
directory colors/ Sat Nov 01 05:41:07 -0700 2008 latest peaksea [Martin Grenfell]
directory compiler/ Mon Jun 02 15:58:08 -0700 2008 add the vim-ruby gem files [Martin Grenfell]
directory doc/ Sat Jan 31 14:35:41 -0800 2009 update to csapprox 3.05 [Martin Grenfell]
directory ftdetect/ Wed Oct 29 20:15:36 -0700 2008 add tpopes haml/sass hax [scrooloose]
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/ Loading commit data...
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... [Martin Grenfell]
submodule snippets - 1908478 Wed Jan 28 12:19:41 -0800 2009 use latest snippets [scrooloose]
directory syntax/ Wed Oct 29 20:15:36 -0700 2008 add tpopes haml/sass hax [scrooloose]
directory templates/ Wed Nov 05 14:14:50 -0800 2008 add a couple of html templates [scrooloose]
file vimrc
README.textile

Usage

In your home directory, run:


git clone git://github.com/scrooloose/vimfiles.git .vim
ln -s Projects/vimfiles .vim

Put this stuff in your ~/.vimrc


source ~/.vim/vimrc

colorscheme vibrantink
set nu
set sts=2
set sw=2
let g:fuzzy_ignore = “gems/*”