Improve zsh performance
This commit is contained in:
parent
b441c47098
commit
f5b8624814
2 changed files with 54 additions and 104 deletions
18
sheldon.toml
18
sheldon.toml
|
|
@ -51,16 +51,15 @@ github = "junegunn/fzf"
|
|||
use = ["shell/completion.zsh", "shell/key-bindings.zsh"]
|
||||
apply = ["defer"]
|
||||
|
||||
[plugins.fzf-tab]
|
||||
github = "Aloxaf/fzf-tab"
|
||||
apply = ["defer"]
|
||||
|
||||
[plugins.fzf-completions]
|
||||
# compinit must run before fzf-tab and before any plugin that calls `compdef`
|
||||
# (fnm, zoxide). ZLE-wrapping plugins (autosuggestions, syntax-highlighting)
|
||||
# must be sourced after fzf-tab.
|
||||
[plugins.compinit]
|
||||
local = "~/.zsh/plugins"
|
||||
apply = ["defer"]
|
||||
|
||||
[plugins.zsh-substring-search]
|
||||
github = "zsh-users/zsh-history-substring-search"
|
||||
[plugins.fzf-tab]
|
||||
github = "Aloxaf/fzf-tab"
|
||||
apply = ["defer"]
|
||||
|
||||
[plugins.zsh-autosuggestions]
|
||||
|
|
@ -98,11 +97,6 @@ apply = ["defer"]
|
|||
github = "zsh-users/zsh-syntax-highlighting"
|
||||
apply = ["defer"]
|
||||
|
||||
# This works best if it is placed last.
|
||||
[plugins.compinit]
|
||||
local = "~/.zsh/plugins"
|
||||
apply = ["defer"]
|
||||
|
||||
# Loading indicator
|
||||
# -----------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue