Source syntax-highlighting after completion
syntax-highlighting should be sourced after compinit (see https://github.com/zsh-users/zsh-syntax-highlighting#why-must-zsh-syntax-highlightingzsh-be-sourced-at-the-end-of-the-zshrc-file), and history-substring-search should be sourced after syntax-highlighting (see https://github.com/zsh-users/zsh-history-substring-search#usage). Closes #276
This commit is contained in:
parent
214330ddc9
commit
4b0a6f9c7c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
# The second line of modules may depend on options set by modules in the first
|
||||
# line. These dependencies are noted on the respective module's README.md.
|
||||
zmodules=(directory environment git git-info history input utility custom \
|
||||
syntax-highlighting history-substring-search prompt completion)
|
||||
prompt completion syntax-highlighting history-substring-search )
|
||||
|
||||
|
||||
###################
|
||||
|
|
Loading…
Reference in a new issue