Improve loading of fzf completions
This commit is contained in:
parent
95153292ea
commit
a2bf3fc412
3 changed files with 10 additions and 14 deletions
14
sheldon.toml
14
sheldon.toml
|
@ -43,6 +43,15 @@ local = "~/.zsh/plugins"
|
|||
local = "~/.zsh/plugins"
|
||||
apply = ["defer"]
|
||||
|
||||
[plugins.fzf]
|
||||
github = "junegunn/fzf"
|
||||
use = ["shell/completion.zsh", "shell/key-bindings.zsh"]
|
||||
apply = ["defer"]
|
||||
|
||||
[plugins.fzf-completions]
|
||||
local = "~/.zsh/plugins"
|
||||
apply = ["defer"]
|
||||
|
||||
[plugins.zsh-syntax-highlighting]
|
||||
github = "zsh-users/zsh-syntax-highlighting"
|
||||
apply = ["defer"]
|
||||
|
@ -81,11 +90,6 @@ apply = ["defer"]
|
|||
local = "~/.zsh/plugins"
|
||||
apply = ["defer"]
|
||||
|
||||
[plugins.fzf]
|
||||
local = "~/.zsh/plugins"
|
||||
apply = ["defer"]
|
||||
hooks.pre = "export FZF_COMPLETION_TRIGGER='~~'"
|
||||
|
||||
# This works best if it is placed last.
|
||||
[plugins.compinit]
|
||||
local = "~/.zsh/plugins"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue