revert(lsps): remove unocss and templ lsps

This commit is contained in:
Guz
2025-03-05 16:01:45 -03:00
parent ef1cc9207f
commit 18e2ed6592

View File

@@ -77,23 +77,8 @@ local lsps = {
root_dir = nil,
},
-- ["tailwindcss"] = {},
["templ"] = function()
if vim.fn.executable("templ") then
return {}
else
return nil
end
end,
["ts_ls"] = {},
["rust_analyzer"] = {},
["unocss"] = function()
-- local unocss = require("lspconfig.configs")["unocss"]
return {
filetypes = {
"templ",
},
}
end,
}
return {