Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 317 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 317 Bytes

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