plugins.nvim-lightbulb.settings.ignore.actions_without_kind

Ignore code actions without a kind like refactor.rewrite, quickfix.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.nvim-lightbulb.settings.ignore.clients

LSP client names to ignore. Example: {“null-ls”, “lua_ls”}

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

Default: null

Plugin default: [ ]

Declared by:

plugins.nvim-lightbulb.settings.ignore.ft

Filetypes to ignore. Example: {“neo-tree”, “lua”}

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

Default: null

Plugin default: [ ]

Declared by: