Customized from Maple's Vim Config
-
Backup your old vim configuration files:
mv ~/.vim ~/.vim.orig mv ~/.vimrc ~/.vimrc.orig -
Clone and install this repo:
git clone https://github.com/jagandecapri/vimrc.git ~/.vim ln -s ~/.vim/.vimrc ~/.vimrc -
Setup
Vundle:git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle -
Install bundles. Launch vim (ignore the errors and they will disappear after installing needed plugins) and run:
:BundleInstall