From 6002925188899484c9e54fe40de86edebb8fcdfa Mon Sep 17 00:00:00 2001 From: tannerlp Date: Sun, 24 Aug 2025 09:35:58 -0400 Subject: [PATCH] add go lsp back --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ee8ba851..420b47e1 100644 --- a/init.lua +++ b/init.lua @@ -601,7 +601,7 @@ require('lazy').setup({ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { clangd = {}, - -- gopls = {}, + gopls = {}, pyright = {}, -- Need to install via npm first rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs