From cd02e79c22e2ee450cc2f08e5eef8bf858b4ffc5 Mon Sep 17 00:00:00 2001 From: Eric Olerud Date: Wed, 22 Jan 2025 21:36:30 -0500 Subject: [PATCH] add Go LSP support --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 5d602770..6794e040 100644 --- a/init.lua +++ b/init.lua @@ -501,7 +501,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 = {}, rust_analyzer = {}, powershell_es = {},