This is my current ViM configuration
To install, just clone this project:
git clone https://github.com/elcasu/vim.git .vimAnd then create your .vimrc as a symlink to .vim/vimrc:
ln -s ~/.vim/vimrc .vimrcI'm using Vundle to manage plugins. Install it:
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle:BundleInstallAnd that's it! :-)