roman / vimfiles forked from akitaonrails/vimfiles

The ~/.vim directory that we share at work

This URL has Read+Write access

roman (author)
Wed Oct 21 14:18:48 -0700 2009
commit  5dbe30a413aeffb77cd9e3c60ebf104280f24a04
tree    cdb427614e352c551d18fdc3ee6f12db240db8a2
parent  e95add811461c7b3541395b79cd71c24dbc3fcbb
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 [scrooloose]
file README.textile Loading commit data...
directory after/ Mon Apr 27 18:17:52 -0700 2009 Adding backslash fixes to some snippets and add... [akitaonrails]
directory autoload/
directory colors/
directory compiler/ Mon Jun 02 15:58:08 -0700 2008 add the vim-ruby gem files [scrooloose]
directory doc/
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/
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 - 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 sunburst
set nu
set sts=2
set sw=2
let g:fuzzy_ignore = “gems/*”