This repo contains my personal VIM configuration (.vim/ directory).
Just run these commands
cd ~ git clone git://github.com/emilecantin/vim-config.git .vim cd .vim git submodule init git submodule update vim -u bundles.vim +BundleInstall +q #Install bundles cd .. ln -s .vim/.vimrc