plugins.nvim-lightbulb.settings.virtual_text.enabled
Virtual text.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-lightbulb.settings.virtual_text.hl
Highlight group to highlight the virtual text.
Type: null or string or raw lua code
Default:
null
Plugin default: "LightBulbVirtualText"
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|.
Type: null or string or raw lua code
Default:
null
Plugin default: "combine"
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
).
Type: null or string or raw lua code
Default:
null
Plugin default: "eol"
Declared by:
plugins.nvim-lightbulb.settings.virtual_text.text
Text to show in the virt_text.
Type: null or string or raw lua code
Default:
null
Plugin default: "💡"
Declared by: