init
This commit is contained in:
12
nvim/lua/plugins/extras/lsp/lightbulb.lua
Normal file
12
nvim/lua/plugins/extras/lsp/lightbulb.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"kosayoda/nvim-lightbulb",
|
||||
event = "LspAttach",
|
||||
opts = {
|
||||
autocmd = { enabled = true },
|
||||
sign = { enabled = true, text = "" },
|
||||
action_kinds = { "quickfix", "refactor" },
|
||||
ignore = {
|
||||
actions_without_kind = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user