Skip to content
Zed

cvx for Zed

io.github.hrtips/cvx

Create, validate, and render CV PDFs from plain YAML — fully local, no accounts.

client:Zed transport:stdio runtime:npm

Install cvx in Zed

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

{
  "context_servers": {
    "cvx": {
      "command": "npx",
      "args": [
        "-y",
        "@hrtips/cvx"
      ]
    }
  }
}

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

cvx in other clients