Load zsh syntax highlighting later

This commit is contained in:
Jonny Barnes 2025-07-23 18:36:59 +01:00
commit caade0cd29
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -52,10 +52,6 @@ apply = ["defer"]
local = "~/.zsh/plugins" local = "~/.zsh/plugins"
apply = ["defer"] apply = ["defer"]
[plugins.zsh-syntax-highlighting]
github = "zsh-users/zsh-syntax-highlighting"
apply = ["defer"]
[plugins.zsh-substring-search] [plugins.zsh-substring-search]
github = "zsh-users/zsh-history-substring-search" github = "zsh-users/zsh-history-substring-search"
apply = ["defer"] apply = ["defer"]
@ -89,6 +85,10 @@ apply = ["defer"]
[plugins.zsh-ssh] [plugins.zsh-ssh]
github = 'sunlei/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. # This works best if it is placed last.
[plugins.compinit] [plugins.compinit]
local = "~/.zsh/plugins" local = "~/.zsh/plugins"