Fix fasd word completion (',') by loading after completion module
This commit is contained in:
parent
39c9c98176
commit
fccf010a3a
3
.zimrc
3
.zimrc
@ -7,7 +7,6 @@
|
||||
zmodule environment
|
||||
zmodule git
|
||||
zmodule input
|
||||
zmodule fasd
|
||||
zmodule termtitle
|
||||
zmodule utility
|
||||
|
||||
@ -18,6 +17,8 @@ zmodule https://adamgoldsmith.name/cgit/zsh/fred-prompt.git
|
||||
zmodule zsh-users/zsh-completions
|
||||
# completion must be sourced after zsh-users/zsh-completions
|
||||
zmodule completion
|
||||
# fast must be loaded after completion
|
||||
zmodule fasd
|
||||
zmodule zsh-users/zsh-autosuggestions
|
||||
# zsh-users/zsh-syntax-highlighting must be sourced after completion
|
||||
zmodule zsh-users/zsh-syntax-highlighting
|
||||
|
Loading…
Reference in New Issue
Block a user