pathogen-pm
v0.2.0
Published
Vim pathogen package manager.
Downloads
3
Maintainers
Readme
Pathogen-pm
CLI for managing pathogen plugins.
Requires: git
, node
, npm
npm install -g pathogen-pm
Installs 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.