aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-06-17 20:43:48 -0700
committerGravatar Tom Willemse2020-06-17 20:43:48 -0700
commit992fcf0617e23e730871b2cf557d6139ae5513f7 (patch)
tree7619920babc4b86f2fad0bb1698dc62e2fc0881a /zsh
parent0a6ae263114e30dd4000a90e75bd3d1f6636b999 (diff)
downloadnew-dotfiles-992fcf0617e23e730871b2cf557d6139ae5513f7.tar.gz
new-dotfiles-992fcf0617e23e730871b2cf557d6139ae5513f7.zip
Fix zplug usage
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc.org b/zsh/zshrc.org
index 15d7138..327ba86 100644
--- a/zsh/zshrc.org
+++ b/zsh/zshrc.org
@@ -69,7 +69,7 @@ Autoload any ZSH function from =$HOME/.zsh/functions=.
Add zsh-syntax-highlighting.
#+BEGIN_SRC sh
- zplug "zsh-users/zsh-syntax-highlighting", nice:10
+ zplug "zsh-users/zsh-syntax-highlighting", defer:3
#+END_SRC
Add zsh-autosuggestions.