init
This commit is contained in:
15
nvim/rules/cspell.json
Normal file
15
nvim/rules/cspell.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
||||
"version": "0.2",
|
||||
"language": "en",
|
||||
"globRoot": ".",
|
||||
"dictionaryDefinitions": [
|
||||
{
|
||||
"name": "cspell-dictionary",
|
||||
"path": "./cspell-dictionary.txt",
|
||||
"addWords": true
|
||||
}
|
||||
],
|
||||
"dictionaries": ["cspell-dictionary"],
|
||||
"ignorePaths": ["node_modules", "dist", "build", "/cspell-dictionary.txt"]
|
||||
}
|
||||
Reference in New Issue
Block a user