浏览代码

docs: Update zplug install instruction

The latest version of zplug has deprecated the `nice` tag. The `defer` tag is the preferred method now.
pull/400/head
Giridaran Manivannan 7 年前
提交者 Daniel Shahaf
父节点
当前提交
4f49c4a35f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      INSTALL.md

+ 1
- 1
INSTALL.md 查看文件

@ -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)

正在加载...
取消
保存