plugins.nvim-lightbulb.settings.float.enabled
Floating window.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-lightbulb.settings.float.hl
Highlight group to highlight the floating window.
Type: null or string or raw lua code
Default:
null
Plugin default: "LightBulbFloatWin"
Declared by:
plugins.nvim-lightbulb.settings.float.text
Text to show in the floating window.
Type: null or string or raw lua code
Default:
null
Plugin default: "💡"
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|.
Type: null or (attribute set of (anything or raw lua code))
Default:
null
Plugin default: { }
Declared by: