diff --git a/.zshrc b/.zshrc index 805ed57..3d1501f 100644 --- a/.zshrc +++ b/.zshrc @@ -19,10 +19,7 @@ source $ZPLUG_HOME/init.zsh zplug "zplug/zplug", hook-build:"zplug --self-manage" # zsh users -zplug "zsh-users/zsh-completions", defer:0 -zplug "zsh-users/zsh-autosuggestions", defer:2, on:"zsh-users/zsh-completions" -zplug "zsh-users/zsh-syntax-highlighting", defer:3, on:"zsh-users/zsh-autosuggestions" -zplug "zsh-users/zsh-history-substring-search", defer:3, on:"zsh-users/zsh-syntax-highlighting" +zplug "zsh-users/zsh-syntax-highlighting", defer:3, on:"zsh-users/zsh-syntax-highlighting" # Plugins from oh my zsh zplug "plugins/git", from:oh-my-zsh