fix: enable all lsps
This commit is contained in:
@@ -34,9 +34,7 @@ return {
|
|||||||
"gopls",
|
"gopls",
|
||||||
"templ",
|
"templ",
|
||||||
},
|
},
|
||||||
automatic_enable = {
|
automatic_enable = true,
|
||||||
exclude = { "luau_lsp" },
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
local cmp = require("cmp")
|
local cmp = require("cmp")
|
||||||
cmp.setup({
|
cmp.setup({
|
||||||
|
|||||||
Reference in New Issue
Block a user