zed-cspell icon indicating copy to clipboard operation
zed-cspell copied to clipboard

CSpell for Zed

Use dictionary

  1. Install:
npm install -g @cspell/dict-de-ch
npm install -g cspell
cspell link add @cspell/dict-de-ch
  1. Modify cspell.json
{
  "dictionaries": ["de-ch"]
}
  1. Execute command: editor: restart language server