From 18e2ed659260afca0950e52b1627bf5e2c24d8d9 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Wed, 5 Mar 2025 16:01:45 -0300 Subject: [PATCH] revert(lsps): remove unocss and templ lsps --- lua/dot013/plugins/lsp.lua | 15 --------------- 1 file changed, 15 deletions(-) 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 {