/vimfiles

The ~/.vim directory that we share at work

Primary LanguageVimL

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/*”