dotfiles/.config/nvim/rules/cspell.json

15 lines
426 B
JSON

{
"$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"]
}