mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-17 07:07:57 +00:00
Merge pull request #930 from psprint/master
Extend Zinit description a little
This commit is contained in:
commit
f7efed8170
1 changed files with 3 additions and 3 deletions
|
@ -184,12 +184,12 @@ To do this, `zgen` generates a static `init.zsh` file which does nothing but sou
|
|||
|
||||
- [Turbo mode](http://zdharma.org/zinit/wiki/INTRODUCTION/#turbo_mode_zsh_62_53) – **80%** faster Zsh startup! for example: instead of 200 ms, it'll be 40 ms!,
|
||||
- reports (from the plugin loads – plugins are no longer black boxes!),
|
||||
- completion management,
|
||||
- completion management (selectively disable and enable completions),
|
||||
- snippets (regular files downloaded via-URL e.g.: scripts) and through them Oh My Zsh and Prezto plugins support (→ low overhead),
|
||||
- annexes (Zinit [extensions](https://github.com/zinit-zsh)),
|
||||
- plugin unloading (allows e.g.: dynamic theme switching),
|
||||
- `bindkey` catching and remapping,
|
||||
- packages
|
||||
- `bindkey` [catching and remapping](https://zdharma.org/zinit/wiki/Bindkeys/#using_the_upar_etc_shorthands),
|
||||
- [packages](https://github.com/Zsh-Packages),
|
||||
- clean fpath,
|
||||
- [services](https://github.com/zservices),
|
||||
- and all the mechanisms from the [Zsh Plugin Standard](http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html) – Zinit is a reference implementation of the standard.
|
||||
|
|
Loading…
Reference in a new issue