Last Updated: February 25, 2016
·
705
· marcelocajueiro

Synchronizing plugins with git submodules and pathogen

http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/

I used this screencast as font to do my own vim files with git submodules.

With git submodules you can update all the vim plugins with one command:

git submodule foreach git pull origin master

Check out my vim files repository.