feat: remove lightbulb

This commit is contained in:
2024-06-22 13:30:57 +02:00
parent a145d8e29f
commit 8aaf7d9015

View File

@@ -88,19 +88,4 @@ return {
"hrsh7th/cmp-path", "hrsh7th/cmp-path",
"hrsh7th/cmp-cmdline", "hrsh7th/cmp-cmdline",
"L3MON4D3/LuaSnip", "L3MON4D3/LuaSnip",
{
"kosayoda/nvim-lightbulb",
opts = {
priority = 200,
autocmd = {
enabled = true,
},
action_kinds = {
"quickfix",
},
},
config = function(plugin, opts)
require('nvim-lightbulb').setup(opts)
end,
},
} }