Skip to content
Zed

go for Zed

io.github.dave-london/go

Structured Go tool output (build, test, vet) as typed JSON diagnostics.

client:Zed transport:stdio runtime:npm

Install go in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "go": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

go in other clients