plugins.nvim-lightbulb.settings.ignore.actions_without_kind

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

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-lightbulb.settings.ignore.clients

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

Plugin default: []

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

Default: null

Declared by:

plugins.nvim-lightbulb.settings.ignore.ft

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

Plugin default: []

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

Default: null

Declared by: