docs: Update zplug install instruction

The latest version of zplug has deprecated the `nice` tag. The `defer` tag is the preferred method now.
This commit is contained in:
Giridaran Manivannan 2016-12-15 12:42:27 +05:30 committed by Daniel Shahaf
parent b8fa1b9dc9
commit 4f49c4a35f

View file

@ -82,7 +82,7 @@ Add `zgen load zsh-users/zsh-syntax-highlighting` to the end of your `.zshrc`.
#### [zplug](https://github.com/zplug/zplug)
Add `zplug "zsh-users/zsh-syntax-highlighting", nice:10` to your `.zshrc`.
Add `zplug "zsh-users/zsh-syntax-highlighting", defer:2` to your `.zshrc`.
#### [zplugin](https://github.com/psprint/zplugin)