From e0673bf536ed86deb782a98fc6a7d33b74ddee78 Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Sat, 15 Nov 2025 16:17:16 -0500 Subject: [PATCH] Add minimal config to python and Go LSP --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index b98ffc61..06147816 100644 --- a/init.lua +++ b/init.lua @@ -672,8 +672,8 @@ 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 = {}, - -- pyright = {}, + gopls = {}, + pyright = {}, -- rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs --