Switching to Vundle
After only a couple of days I did start finding git submodules annoying
(again… who knew?). In order to get them out of my configs I’ve moved over
from pathogen to
Vundle. Pathogen lets all of your plugins
behave like Mac Apps and line in their own little folders, instead of coexisting
with other vim files in a single vim runtime folder (normally ~/.vim
). Vundle
takes this same approach but manages the git cloneing and updating of these
plugins. So instead of autoloading whatever is in a folder, you define what
plugins you want and are then able to install/update them from inside git.