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 environment
|
||||||
zmodule git
|
zmodule git
|
||||||
zmodule input
|
zmodule input
|
||||||
zmodule fasd
|
|
||||||
zmodule termtitle
|
zmodule termtitle
|
||||||
zmodule utility
|
zmodule utility
|
||||||
|
|
||||||
@ -18,6 +17,8 @@ zmodule https://adamgoldsmith.name/cgit/zsh/fred-prompt.git
|
|||||||
zmodule zsh-users/zsh-completions
|
zmodule zsh-users/zsh-completions
|
||||||
# completion must be sourced after zsh-users/zsh-completions
|
# completion must be sourced after zsh-users/zsh-completions
|
||||||
zmodule completion
|
zmodule completion
|
||||||
|
# fast must be loaded after completion
|
||||||
|
zmodule fasd
|
||||||
zmodule zsh-users/zsh-autosuggestions
|
zmodule zsh-users/zsh-autosuggestions
|
||||||
# zsh-users/zsh-syntax-highlighting must be sourced after completion
|
# zsh-users/zsh-syntax-highlighting must be sourced after completion
|
||||||
zmodule zsh-users/zsh-syntax-highlighting
|
zmodule zsh-users/zsh-syntax-highlighting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user