fix: enable all lsps

This commit is contained in:
2025-05-31 12:48:50 -07:00
parent ef6781cec1
commit 6c3950f533

View File

@@ -34,9 +34,7 @@ return {
"gopls",
"templ",
},
automatic_enable = {
exclude = { "luau_lsp" },
},
automatic_enable = true,
})
local cmp = require("cmp")
cmp.setup({