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 | f8fe0005708f6f309f4647e77fe35675687d0ec8 (patch) | |
tree | fd1baf14c79b937a779b9100f0884fe564cf2da1 /configs/nvim/cspell.yaml | |
parent | 0c12f9c07105cb61927291ce5123a9b9b12f689e (diff) | |
download | crupest-f8fe0005708f6f309f4647e77fe35675687d0ec8.tar.gz crupest-f8fe0005708f6f309f4647e77fe35675687d0ec8.tar.bz2 crupest-f8fe0005708f6f309f4647e77fe35675687d0ec8.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 |