You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is inspired by vundle and Bundler, vundle is a great way to manage vim plugin, install and update plugin via git. a Pluginfile contains all your plugins. put every plugin into a seperate repository, so that evey one can fell free to develop/contribute a plugin and install/uninstall it.
$ omz install [NAME] # install a plugin
$ omz search NAME
$ omz update
some idea about custom plugin, each plugin can have a .after.zsh file, custom settings goes here. if you don't like foo plugin at all, you can create/fork to you own plugin just put plugin You/foo into Pluginfile.
this is inspired by vundle and Bundler, vundle is a great way to manage vim plugin, install and update plugin via git. a Pluginfile contains all your plugins. put every plugin into a seperate repository, so that evey one can fell free to develop/contribute a plugin and install/uninstall it.
$ omz install [NAME] # install a plugin $ omz search NAME $ omz update
some idea about custom plugin, each plugin can have a
.after.zsh
file, custom settings goes here. if you don't like foo plugin at all, you can create/fork to you own plugin just putplugin You/foo
into Pluginfile.vundle use https://github.com/vim-scripts as a source.
resources
Bundler:
The text was updated successfully, but these errors were encountered: