diff --git a/sheldon.toml b/sheldon.toml index 4c08176..d00be71 100644 --- a/sheldon.toml +++ b/sheldon.toml @@ -52,10 +52,6 @@ apply = ["defer"] local = "~/.zsh/plugins" apply = ["defer"] -[plugins.zsh-syntax-highlighting] -github = "zsh-users/zsh-syntax-highlighting" -apply = ["defer"] - [plugins.zsh-substring-search] github = "zsh-users/zsh-history-substring-search" apply = ["defer"] @@ -89,6 +85,10 @@ apply = ["defer"] [plugins.zsh-ssh] github = 'sunlei/zsh-ssh' +[plugins.zsh-syntax-highlighting] +github = "zsh-users/zsh-syntax-highlighting" +apply = ["defer"] + # This works best if it is placed last. [plugins.compinit] local = "~/.zsh/plugins"