Dotvim

My .vim folder. I just wanted to keep a copy somewhere after setting it up.

Download as .zip Download as .tar.gz View on GitHub

Lee Packham's .vim folder

I <3 VIM and I figured other people might/might not be interested in my .vim folder.

$ mv ~/.vim ~/.vim.bak
$ git clone git://github.com/leepa/dotvim.git ~/.vim
$ git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
$ ln -s ~/.vim/myvimrc ~/.vimrc
$ vim -c "execute \"BundleInstall\" | q | q"