lucid
Summary
Section titled “Summary”lucid suppresses the “Loaded …” message that Zinit prints under the prompt when a
plugin is loaded via turbo mode (wait''). It is the standard companion to wait''.
Syntax / Usage
Section titled “Syntax / Usage”zi ice wait lucidzi load some/pluginDetails
Section titled “Details”In turbo mode, Zinit prints a “Loaded …” notification after each deferred plugin
finishes loading. lucid silences that specific message. It is a subset of silent:
silent also mutes the plugin’s own stdout/stderr, while lucid does not.
lucid has no effect outside of turbo mode (i.e. when wait'' is not set), because
the loading message only appears for deferred plugins.
Examples
Section titled “Examples”# Standard turbo pair – fast startup, no output noisezi ice wait lucidzi light zsh-users/zsh-autosuggestions
# for-syntax equivalentzinit lucid wait for \ zsh-users/zsh-autosuggestions \ zdharma-continuum/fast-syntax-highlightingSee Also
Section titled “See Also”- wait
- silent
- notify