From a27bcce0aa76066c93fca29b1065cfe864652446 Mon Sep 17 00:00:00 2001 From: Samuel O'Neal Date: Wed, 20 May 2026 14:01:46 -0600 Subject: [PATCH] added go experiment env for lsp usage --- lua/plugins/lspconfig.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index bc79aea..9bc10f6 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -53,6 +53,9 @@ return { expandWorkspaceToModule = true, experimentalPostfixCompletions = true, ["build.standaloneTags"] = { "ignore" }, + cmd_env = { + GOEXPERIMENT = "jsonv2", + }, }, }, },