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.
It's recommended that you install using fisher
Requirements
fisher add lkemitchll/vish@main
vish init
Install a plugin with the install
(or i
) command:
vish install tpope/vim-fugitive
Uninstall a plugin with the uninstall
(or u
) command:
vish uninstall vim-fugitive
Update all installed plugins with the update
command:
vish update
List all installed plugins with the list
(or ls
) command:
vish list
vish list fugitive