vlugger

Crates.iovlugger
lib.rsvlugger
version0.3.0
sourcesrc
created_at2020-11-19 18:27:34.719519
updated_at2020-11-28 09:06:43.246568
descriptionVlugger is a plugin manager for Vim
homepage
repositoryhttps://github.com/wafelack/vlugger
max_upload_size
id314087
size33,868
Wafelack (Wafelack)

documentation

README

Vlugger

Vlugger is a simple plugin manager for Vim.

Crates.io GitHub Repo stars

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

Commit count: 30

cargo fmt