kickstart.nvim/spell/cspell.json

23 lines
465 B
JSON

{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"globRoot": ".",
"dictionaryDefinitions": [
{
"name": "ralvescosta",
"path": "~/.config/nvim/spell/en.utf-8.add",
"addWords": true
}
],
"dictionaries": ["ralvescosta"],
"ignorePaths": [
"node_modules",
"dist",
"build",
"cspell-tool.txt",
"target",
"public"
]
}