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.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.nvim-lightbulb.settings.autocmd.events

See |nvim_create_autocmd|.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: ["CursorHold" "CursorHoldI"]

Declared by:

plugins.nvim-lightbulb.settings.autocmd.pattern

See |nvim_create_autocmd| and |autocmd-pattern|.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: ["*"]

Declared by:

plugins.nvim-lightbulb.settings.autocmd.updatetime

See |updatetime|. Set to a negative value to avoid setting the updatetime.

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 200

Declared by: