This repository keeps track of my vimsetup. It depends on a soft link in $HOME that points .vimrc to ./.vim/vimrc Vim plugins are handled with pathogen.
From ~/.vim:
git submodule add [email protected]:pathtoplug/pluginname.git bundle/pluginname
Other machines can be setup by running from ~/.vim/bundle
git submodule update --init --recursive [path to plug]
to get all plugins