My vim environment & plugins. Plugins incorporated wih git submodule. To use this:
cd ~/
git clone --recursive git@github.com:shumphrey/Vim-Settings.git .vim
You can use this file by sourcing it. Add the following to the top of your vimrc file:
source ~/.vim/vimrc
You can also use this vimrc file directly
ln -s ~/.vim/vimrc ~/.vimrc