From 486d276778ab5421334bd8a381ebc241d82b043d Mon Sep 17 00:00:00 2001 From: long Date: Tue, 7 May 2024 23:25:06 -0500 Subject: [PATCH] removed some lsps from autoinstaller --- lua/plugins/config.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lua/plugins/config.lua b/lua/plugins/config.lua index ebeebed..d75071a 100644 --- a/lua/plugins/config.lua +++ b/lua/plugins/config.lua @@ -392,9 +392,6 @@ function M.lsp_zero() "pyright", "lua_ls", "bashls", - "gopls", - - -- js web shit "html", "cssls", "tsserver", @@ -402,7 +399,8 @@ function M.lsp_zero() "angularls", "tailwindcss", "templ", - "htmx", + --"gopls", + --"htmx", }) lsp.configure("pyright", {