organize lsp stuff

This commit is contained in:
Christian Nieves
2024-01-20 01:54:29 -06:00
parent 70ec22f3c6
commit ef6089dda9
3 changed files with 20 additions and 36 deletions

View File

@ -9,6 +9,25 @@ local deps = {
}
return {
{
"luozhiya/lsp-virtual-improved.nvim",
event = { "LspAttach" },
config = function()
require("lsp-virtual-improved").setup()
end,
},
{
"kosayoda/nvim-lightbulb",
opts = {
autocmd = { enabled = true },
virtual_text = {
enabled = true,
text = " 󱐋",
hl = "DiagnosticWarn",
},
sign = { enabled = false },
},
},
{
"L3MON4D3/LuaSnip",
build = "make install_jsregexp",