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"
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue