Files
darcula_lush/cspell.json
2026-03-14 11:33:27 -05:00

16 lines
494 B
JSON

{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaries": ["workspace-words", "user-words"],
"dictionaryDefinitions": [{
"name": "workspace-words",
"path": "./.cspell/words.txt",
"addWords": true
},
{
"name": "user-words",
"path": "/home/sgraves/.desktop/.cspell/user_words.txt",
"addWords": true
}
]
}