diff options
Diffstat (limited to 'store/home/config/nvim/cspell.yaml')
-rw-r--r-- | store/home/config/nvim/cspell.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/store/home/config/nvim/cspell.yaml b/store/home/config/nvim/cspell.yaml new file mode 100644 index 0000000..2a716e2 --- /dev/null +++ b/store/home/config/nvim/cspell.yaml @@ -0,0 +1,13 @@ +dictionaryDefinitions: + - name: nvim-words + path: './nvim-words.txt' + addWords: true + +dictionaries: + - nvim-words + +words: + - crupest + +ignorePaths: + - lazy-lock.json |