Crates.io | vlugger |
lib.rs | vlugger |
version | 0.3.0 |
source | src |
created_at | 2020-11-19 18:27:34.719519 |
updated_at | 2020-11-28 09:06:43.246568 |
description | Vlugger is a plugin manager for Vim |
homepage | |
repository | https://github.com/wafelack/vlugger |
max_upload_size | |
id | 314087 |
size | 33,868 |
Vlugger is a simple plugin manager for Vim.
This package manager uses pathogen and git.
You can either :
cargo install vlugger
You can either :
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 :
~/
version controlled : vlugger install <plugin_author>/<plugin_repo>
vlugger install <plugin_author>/<plugin_repo> --no-vcs
Run vlugger update
to update all the plugins located in ~/.vim/bundle/
.
Run vlugger --help
for help