Files
dotfiles/.cspell.json
2023-02-10 12:43:10 +01:00

10 lines
258 B
JSON

{
"version": "0.2",
"dictionaryDefinitions": [
{ "addWords": true, "path": ".cspell/words.txt", "name": "words" }
],
"language": "en",
"dictionaries": ["words"],
"ignorePaths": ["nvim/dictionary", "nvim/spell", "nvim/thesaurus", "private"]
}