Files
dotfiles/.cspell.json
2024-02-28 10:51:58 +01:00

15 lines
295 B
JSON

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