/dotvim

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

Primary LanguageVim Script

Steps to fun...

1. Install Vundle

git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

2. Run vim with PluginInstall

vim +PluginInstall +qall

You can make this easier by getting oh-my-zsh and then just doing...

➜  ~  vundle