Run these commands to get this Vim configuration working.
You can run git pull
inside of ~/.vim
if you'd ever like to grab the latest version.
cd ~
git clone git://github.com/tuvya/.vim.git .vim
ln -s ~/.vim/vimrc ~/.vimrc
cd .vim
git submodule init
git submodule update