Load zsh syntax highlighting later
This commit is contained in:
parent
40075d1862
commit
caade0cd29
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue