mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
15 lines
295 B
JSON
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"]
|
|
}
|