Skip to content
Zed

squiggles for Zed

io.github.carldaws/squiggles

Let your coding agent see the squiggles — LSP diagnostics, navigation, refactoring, and extras

client:Zed transport:stdio runtime:npm

Install squiggles in Zed

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

{
  "context_servers": {
    "squiggles": {
      "command": "npx",
      "args": [
        "-y",
        "squiggles"
      ]
    }
  }
}

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

squiggles in other clients