Files
dotfiles/nvim/lua/plugins/extras/lsp/lightbulb.lua
2025-08-13 21:46:48 +02:00

13 lines
262 B
Lua

return {
"kosayoda/nvim-lightbulb",
event = "LspAttach",
opts = {
autocmd = { enabled = true },
sign = { enabled = true, text = "" },
action_kinds = { "quickfix", "refactor" },
ignore = {
actions_without_kind = true,
},
},
}