plugins.nvim-lightbulb.settings.status_text.enabled
Status text. When enabled, will allow using |NvimLightbulb.get_status_text| to retrieve the configured text.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-lightbulb.settings.status_text.text
Text to set if a lightbulb is available.
Type: null or string or raw lua code
Default:
null
Plugin default: "💡"
Declared by:
plugins.nvim-lightbulb.settings.status_text.text_unavailable
Text to set if a lightbulb is unavailable.
Type: null or string or raw lua code
Default:
null
Plugin default: ""
Declared by: