add go lsp back

This commit is contained in:
tannerlp 2025-08-24 09:35:58 -04:00
parent 031ced11bb
commit 6002925188
1 changed files with 1 additions and 1 deletions

View File

@ -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/ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = { local servers = {
clangd = {}, clangd = {},
-- gopls = {}, gopls = {},
pyright = {}, -- Need to install via npm first pyright = {}, -- Need to install via npm first
rust_analyzer = {}, rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs