Skip to content

LkeMitchll/vish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vish

A simple NeoVim plugin manager for fish

Install, uninstall and update plugins using fish. A simple wrapper around the vim :pack functionality.

NOTE This is very, very alpha, it's something I pretty much built for myself, as such vish is opionionated If anyone is paricularly intersted in using it, do so at you own risk.

Installation

It's recommended that you install using fisher

Requirements

fisher add lkemitchll/vish@main
vish init

Usage

Installing a plugin

Install a plugin with the install (or i) command:

vish install tpope/vim-fugitive

Uninstalling a plugin

Uninstall a plugin with the uninstall (or u) command:

vish uninstall vim-fugitive

Update all plugins

Update all installed plugins with the update command:

vish update

List/search plugins

List all installed plugins with the list (or ls) command:

vish list
vish list fugitive

License

MIT

About

A simple NeoVim plugin manager for fish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages