My personal vim settings and plugins.
After you backup your .vimrc file and .vim folder, you can install this by running this bash line:
echo "runtime vimrc" > ~/.vimrc && mkdir ~/.vim && cd ~/.vim && git clone https://github.com/joom/vimrc.git . && git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim && vim +PluginInstallYou're all set! Enjoy!