From e88815ad0871e3e8d85159f5c60ace7d8c5b7ae6 Mon Sep 17 00:00:00 2001 From: jensonjohnathon Date: Fri, 4 Apr 2025 15:11:49 +0200 Subject: [PATCH] Added LSP for Go and some Fromatters --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index aa654b12..1d84b66b 100644 --- a/init.lua +++ b/init.lua @@ -683,7 +683,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 = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs