An open API service indexing awesome lists of open source software.

https://github.com/mantou132/zed-cspell


https://github.com/mantou132/zed-cspell

zed zed-extension

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# [CSpell](https://cspell.org/) for Zed

## Use dictionary

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