aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.zplugrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zplugrc b/.zplugrc
index ce58d09..1c2ac00 100755
--- a/.zplugrc
+++ b/.zplugrc
@@ -9,7 +9,8 @@ fi
source $ZPLUG_HOME/init.zsh
zplug "zsh-users/zsh-completions"
-zplug "zsh-users/zsh-syntax-highlighting"
+# zsh-syntax-highlighting must be loaded after other plugins
+zplug "zsh-users/zsh-syntax-highlighting", defer:2
zplug "dracula/zsh", as:theme
if ! zplug check --verbose; then