git clone this repo into ~/.vim
cd ~/.vim
git submodule init
git submodule update
ln -s ~/.vim/vimrc ~/.vimrc
Sam Coward 1/27/2011
- Automatically / interactively create _spec file when switching to alternate file if _spec doesnt exist.
- Nice way to create a new file and have it show up in NERDTree and FufFinder
- Run specs/cucumber with results in quickfix window.