Skip to content

mantou132/zed-cspell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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