diff options
author | crupest <crupest@outlook.com> | 2024-09-07 03:09:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-09-07 03:09:26 +0800 |
commit | ec32328466544dca1d2b7db759ea119571080e10 (patch) | |
tree | 003c295cfd5b2615e566a07db76478aad427b906 /configs/nvim/config-root/cspell.yaml | |
parent | 719e7980180a83d2f23442641bbecc7c8c6f97ec (diff) | |
download | crupest-ec32328466544dca1d2b7db759ea119571080e10.tar.gz crupest-ec32328466544dca1d2b7db759ea119571080e10.tar.bz2 crupest-ec32328466544dca1d2b7db759ea119571080e10.zip |
config(nvim): create new file structure.
Diffstat (limited to 'configs/nvim/config-root/cspell.yaml')
-rw-r--r-- | configs/nvim/config-root/cspell.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/nvim/config-root/cspell.yaml b/configs/nvim/config-root/cspell.yaml new file mode 100644 index 0000000..2a716e2 --- /dev/null +++ b/configs/nvim/config-root/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 |