Setting it up:
Firstly clone the repo:
git clone https://github.com/simon2k/.vim.git ~/.vimSecondly link the vimrc file:
ln -s ~/.vim/vimrc ~/.vimrcClone Vundle for managing plugins within vim:
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vimOpen vim and run command for installing all the plugins:
:BundleInstallEnjoy!