Vlugger is a simple package manger for Vim plugins.
This package manager uses pathogen and git.
cargo install vlugger
cargo install vlugger
in /bin/
Run vlugger search <plugin_author>/<plugin_repo>
Note : The repo has to be on GitHub
If the repo exists, then run :
- If you keep your ~/ version controlled : vlugger install <plugin_author>/<plugin_repo>
- If you don't : vlugger install <plugin_author>/<plugin_repo> --no-vcs
Run vlugger --help
for help