nocompletions
Summary
Section titled “Summary”nocompletions disables Zinit’s automatic detection, installation, and management of
completions for a plugin. Completions can still be installed manually later.
Syntax / Usage
Section titled “Syntax / Usage”zi ice nocompletionsDetails
Section titled “Details”By default Zinit detects _* completion files in a plugin and installs them. nocompletions suppresses this. Completions can still be installed later with:
zinit creinstall {plugin-spec}as"null" sets nocompletions internally as part of its shorthand.
nocompletions is a flag ice — it takes no value.
Examples
Section titled “Examples”# Load a plugin but skip its completionszi ice nocompletionszi light user/plugin-with-completions-i-dont-want
# as"null" implicitly sets nocompletionszi ice as"null" sbin"bin/*"zi light user/binary-only-toolSee Also
Section titled “See Also”- completions
- blockf
- as