My Vim config. Expect frequent changes.
Clone this repo:
git clone git@github.com:teoulas/vimfiles.git ~/.vim
Create a new .vimrc file or add the following line to your existing one:
source ~/.vim/vimrc
Install Vundle and the bundled plugins:
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall