pathogen-pm
v0.2.0
Published
Vim pathogen package manager.
Maintainers
Readme
Pathogen-pm
CLI for managing pathogen plugins.
Requires: git, node, npm
npm install -g pathogen-pmInstalls vim plugins into ~/.vim/bundle
pathogen-pm ls
pathogen-pm install [github_url]
pathogen-pm remove <key>
pathogen-pm update <key>This CLI will create a file ~/.pathogen.json that will store the github urls you install with it.
