Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

nui

URL: https://github.com/MunifTanjim/nui.nvim

Maintainers: DataHearth


UI Component Library for Neovim

plugins.nui.enable

Whether to enable nui.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.nui.package

The nui package to use.

Type: package

Default:

pkgs.vimPlugins.nui-nvim

Declared by:

plugins.nui.autoLoad

Whether to automatically load nui when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.nui.callSetup

Whether to generate the standard require('nui').setup(...) call for this plugin.

Explicitly set to true to force calling .setup().

Caution

A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real nui Lua module.

Type: boolean

Default:

false

Declared by: