I've started a list of Vim plugin managers.
http://vim-scripts.org/tools.html
Please tell me if I'm missing any! I'd like this list to include
pretty much every Vim utility that installs and manages
plugins/scripts.
- Scott
the page:
* vim-update-bundles is a small Ruby script that makes it easy to
set up and manage your plugins using Pathogen.
* vundle is similar and written in 100% vimscript.
* A screencast showing how to manage plugins manually using
Pathogen and git submodules.
* vim-addon-manager is a package manager written 100% in VimL.
* Vimana is a Perl-based package manager.
* vim-nicktears manages Vim plugins using Rubygems.
* Vim Script Updater manages plugins using Python.
* GetLatestVimScripts a 100% VimL solution to keep plugins updated.
Marc Weber