/dotvim

~/.vim directory.

Primary LanguageVim Script

Installation:

git clone git://github.com/matthewlehner/dotvim.git ~/.vim

Create symlinks:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/vimrc.bundles ~/.vimrc.bundles

Install Vundle and let it do its thing

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall