Skip to content

Wafelack/Vlugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vlugger

Vlugger is a simple plugin manager for Vim.

Crates.io GitHub Repo stars

Installation

Prerequisties

This package manager uses pathogen and git.

Install

You can either :

  • Run cargo install vlugger

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/.

Uninstall plugins

Run vlugger uninstall <plugin_name> and it will be uninstalled.

List your installed plugins

Run vlugger list and you'll see your installed plugins and their statuses.

Getting more help

Run vlugger --help for help

About

Plugin manager for vim

Resources

License

Stars

Watchers

Forks

Languages