plugins.nvim-lightbulb.settings.virtual_text.enabled

Virtual text.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-lightbulb.settings.virtual_text.hl

Highlight group to highlight the virtual text.

Plugin default: "LightBulbVirtualText"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-lightbulb.settings.virtual_text.hl_mode

How to combine other highlights with text highlight. See hl_mode of |nvim_buf_set_extmark|.

Plugin default: "combine"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-lightbulb.settings.virtual_text.pos

Position of virtual text given to |nvim_buf_set_extmark|. Can be a number representing a fixed column (see virt_text_pos). Can be a string representing a position (see virt_text_win_col).

Plugin default: "eol"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-lightbulb.settings.virtual_text.text

Text to show in the virt_text.

Plugin default: "💡"

Type: null or string or raw lua code

Default: null

Declared by: