diff options
author | crupest <crupest@outlook.com> | 2023-10-02 00:02:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-02 20:04:32 +0800 |
commit | 412ad3daceb6d3bcd5c5c2832a5d87a622556477 (patch) | |
tree | fd1baf14c79b937a779b9100f0884fe564cf2da1 /configs/nvim/cspell.yaml | |
parent | 34b7b5540c28f503f40d67169c327dc3a902764d (diff) | |
download | crupest-412ad3daceb6d3bcd5c5c2832a5d87a622556477.tar.gz crupest-412ad3daceb6d3bcd5c5c2832a5d87a622556477.tar.bz2 crupest-412ad3daceb6d3bcd5c5c2832a5d87a622556477.zip |
Update nvim configs.
Diffstat (limited to 'configs/nvim/cspell.yaml')
-rw-r--r-- | configs/nvim/cspell.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/nvim/cspell.yaml b/configs/nvim/cspell.yaml new file mode 100644 index 0000000..2a716e2 --- /dev/null +++ b/configs/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 |