Merge pull request #358 from psprint/master

Update Zplugin description
This commit is contained in:
Joe Block 2017-11-29 09:09:43 -05:00 committed by GitHub
commit 6ac90154e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ These frameworks make customizing your zsh setup easier.
### [zplugin](https://github.com/zdharma/zplugin)
**Zplugin** gives reports from plugin load. Plugins are no longer black boxes, report will tell what aliases, functions, bindkeys, Zle widgets, zstyles, completions, variables, PATH and FPATH elements a plugin has set up. Supported is **unloading** of plugin and ability to list, uninstall, reinstall and selectively disable, enable plugin's completions. Also, every plugin is compiled and the user can control this function. The system does not use $FPATH, it's kept clean!
**Zplugin** is a next-era plugin manager with [semigraphical UI](https://github.com/zdharma/zplugin-crasis).
### [ZPM](https://github.com/horosgrisa/ZPM)