plugins.nvim-lightbulb.settings.float.enabled

Floating window.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-lightbulb.settings.float.hl

Highlight group to highlight the floating window.

Plugin default: "LightBulbFloatWin"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-lightbulb.settings.float.text

Text to show in the floating window.

Plugin default: "💡"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-lightbulb.settings.float.win_opts

Window options. See |vim.lsp.util.open_floating_preview| and |nvim_open_win|. Note that some options may be overridden by |open_floating_preview|.

Plugin default: {}

Type: null or (attribute set of (anything or raw lua code))

Default: null

Declared by: