diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index 85f8f99..4010474 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -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 {