Thanks to these guys:
- Gary Bernhardt,
- Drew Neil,
- Tim Pope,
- Mislav,
- and the Janus project.
My configuration uses Vundle to manage plugins.
All plugins are listed in my vimrc file. Check it out if you want to learn more about my configuration.
If you would like to check out my configuration I would highly recommend forking your own copy to make it easy to change in the future.
Setup is handled through Rake. Ruby and wget are required. Only works for OS X.
# If you have an existing .vim folder
$ mv ~/.vim ~/.vim.old
$ git clone https://github.com/tpett/vimfiles.git ~/.vim
$ cd ~/.vim && rake setup