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", + }, }, }, },