mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(cspell): move dictionary inside .cspell.json
This commit is contained in:
10
.cspell.json
10
.cspell.json
@@ -1,9 +1 @@
|
||||
{
|
||||
"version": "0.2",
|
||||
"dictionaryDefinitions": [
|
||||
{ "addWords": true, "path": ".cspell/words.txt", "name": "words" }
|
||||
],
|
||||
"language": "en",
|
||||
"dictionaries": ["words"],
|
||||
"ignorePaths": ["nvim/dictionary", "nvim/spell", "nvim/thesaurus", "private"]
|
||||
}
|
||||
{"version":"0.2","dictionaries":["words"],"language":"en","ignorePaths":["nvim\/dictionary","nvim\/spell","nvim\/thesaurus","private"],"words":["nvim","miniconda","zoxide","texbin","MANPATH","pnpx","difftool","Imhoff","whatchanged","tmuxinator","dotfiles","softwareupdate","Neovim"]}
|
||||
|
||||
Reference in New Issue
Block a user