This commit is contained in:
2025-08-13 21:46:48 +02:00
commit c3e2e6509b
818 changed files with 54187 additions and 0 deletions

15
nvim/rules/cspell.json Normal file
View 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"]
}