diff options
-rwxr-xr-x | .zplugrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |