Plugin for Oh My Fish.
Package vim-plug provides a new plug.vim command for installing and updating
vim-plug packages.
- vim
- vim-plug
- fish
- oh-my-fish
omf install https://github.com/davewongillies/plugin-vim-plug$ plug.vim help
VIM-PLUG *vim-plug*
==============================================================================
A minimalist Vim plugin manager. https://github.com/junegunn/vim-plug
< Commands >__________________________________________________________________
*plug-commands*
---------+--------------------------------------------------------------------
Command | Description ~
---------+--------------------------------------------------------------------
install | Install plugins
update | Install or update plugins
clean | Remove unlisted plugins
upgrade | Upgrade vim-plug itself
status | Check the status of plugins
diff | Examine changes from the previous update and the pending changes
snapshot | Generate script for restoring the current snapshot of the plugins
---------+--------------------------------------------------------------------
plug.vim <command>
MIT © David Gillies