3 releases (breaking)
0.3.0 | Nov 28, 2020 |
---|---|
0.2.0 | Nov 20, 2020 |
0.1.0 | Nov 19, 2020 |
#11 in #plugins
13KB
270 lines
Vlugger
Vlugger is a simple plugin manager for Vim.
Installation
Prerequisties
This package manager uses pathogen and git.
Windows
You can either :
- Go to releases and download the latest executable
- Run
cargo install vlugger
*Nix
You can either :
- Go to releases and download the latest executable
- Download and run installer.sh
- Run
cargo install vlugger
in/bin/
Getting started
Install your first plugin
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
Update your plugins
Run vlugger update
to update all the plugins located in ~/.vim/bundle/
.
Getting more help
Run vlugger --help
for help
Dependencies
~2.1–3.5MB
~60K SLoC