update completion docs to reflect zmodules order
This commit is contained in:
parent
01838f0083
commit
8e4fc03038
2 changed files with 4 additions and 2 deletions
|
@ -5,6 +5,8 @@ Enables and configures smart and extensive tab completion.
|
||||||
|
|
||||||
Completions are sourced from [zsh-completions](https://github.com/zsh-users/zsh-completions).
|
Completions are sourced from [zsh-completions](https://github.com/zsh-users/zsh-completions).
|
||||||
|
|
||||||
|
This should be the **LAST** module in the `zmodules` list in your `.zimrc`.
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
# select what modules you would like enabled
|
# select what modules you would like enabled
|
||||||
# the second line of modules may depend on options set by modules in the first line
|
# 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
|
# these dependencies are noted on the respective module's README.md
|
||||||
zmodules=(completion directory environment git history input ssh utility \
|
zmodules=(directory environment git history input ssh utility \
|
||||||
syntax-highlighting history-substring-search prompt)
|
syntax-highlighting history-substring-search prompt completion)
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
|
|
Loading…
Reference in a new issue