noice
URL: https://github.com/folke/noice.nvim/
Maintainers: Austin Horstman
noice.nvim, an experimental Neovim UI.
Note
If treesitter is enabled you need the following parsers: vim, regex, lua, bash, markdown, markdown_inline
plugins.noice.enable
Whether to enable noice.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.noice.package
The noice package to use.
Type: package
Default:
pkgs.vimPlugins.noice-nvim
Declared by:
plugins.noice.autoLoad
Whether to automatically load noice when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.noice.callSetup
Whether to generate the standard require('noice').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: