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