Check out the rest of my dotfiles here:
These people inspired almost all of my dotfiles:
git clone https://github.com/BurnzZ/vim-setup.git ~/.vim
ln -fs ~/.vim/.vimrc ~/.vimrc
cd ~/.vim
git submodule update --init
You can update all plugins using:
git submodule foreach git pull origin master
Open vim and run: :PlugInstall
.
Make sure you're using Vim 7.4.x or above.