VIM configuration files from https://github.com/brandondean/Vim/
You can install this via the command line with either `curl` or `wget`.
rake install <(curl -s https://github.com/westonmyers/Vim/raw/master/Rakefile)
rake install <(wget --no-check-certificate https://github.com/westonmyers/Vim/raw/master/Rakefile -O -)
1. Clone the repository.
git clone git://github.com/westonmyers/Vim.git ~/.vim
cd ~/.vim && git submodule init && git submodule update && ln -s ~/.vim/vimrc ~/.vimrc && mkdir ~/.vim-tmp