1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 20:09:26 +00:00

general: Clarify relative ordering of modules in docs

This commit is contained in:
Indrajit Raychaudhuri
2021-07-03 12:26:46 -05:00
committed by Indrajit Raychaudhuri
parent f3c92ffeb3
commit 2451239713
3 changed files with 27 additions and 13 deletions

View File

@ -8,12 +8,12 @@ history and completions.
If this module is used in conjunction with the [_`syntax-highlighting`_][3]
module, this module must be loaded _after_ the _`syntax-highlighting`_ module.
If this module is used in conjunction with the [_`history-substring-search`_][4]
module, this module must be loaded _after_ the _`history-substring-search`_
module.
Additionally, if this module is used in conjunction with the
[_`history-substring-search`_][4] module, this module must be loaded _after_ the
_`history-substring-search`_ module as well.
To elaborate, the relative order of loading the modules would be
_`autosuggestions`_, _`syntax-highlighting`_ and _`history-substring-search`_.
_`syntax-highlighting`_, _`history-substring-search`_ and _`autosuggestions`_.
## Contributors