plugins.nvim-lightbulb.settings.autocmd.enabled
Autocmd configuration.
If enabled, automatically defines an autocmd to show the lightbulb.
If disabled, you will have to manually call |NvimLightbulb.update_lightbulb|.
Only works if configured during NvimLightbulb.setup
.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.nvim-lightbulb.settings.autocmd.events
See |nvim_create_autocmd|.
Plugin default: ["CursorHold" "CursorHoldI"]
Type: null or (list of (string or raw lua code))
Default:
null
Declared by:
plugins.nvim-lightbulb.settings.autocmd.pattern
See |nvim_create_autocmd| and |autocmd-pattern|.
Plugin default: ["*"]
Type: null or (list of (string or raw lua code))
Default:
null
Declared by:
plugins.nvim-lightbulb.settings.autocmd.updatetime
See |updatetime|. Set to a negative value to avoid setting the updatetime.
Plugin default: 200
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by: