diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-07 02:32:14 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-09 16:09:57 +0800 |
commit | 8938b82cab915aeda90acd4112e82c692c295100 (patch) | |
tree | 5f38b3549a805b9c4f0cc645b2205281c4d1f697 /store/home/config/nvim/cspell.yaml | |
parent | 57fc721bb02120b33fb9f0152b7e0555828d4e54 (diff) | |
download | crupest-8938b82cab915aeda90acd4112e82c692c295100.tar.gz crupest-8938b82cab915aeda90acd4112e82c692c295100.tar.bz2 crupest-8938b82cab915aeda90acd4112e82c692c295100.zip |
store(nvim): update linter for buftype.
Diffstat (limited to 'store/home/config/nvim/cspell.yaml')
-rw-r--r-- | store/home/config/nvim/cspell.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/store/home/config/nvim/cspell.yaml b/store/home/config/nvim/cspell.yaml deleted file mode 100644 index 2a716e2..0000000 --- a/store/home/config/nvim/cspell.yaml +++ /dev/null @@ -1,13 +0,0 @@ -dictionaryDefinitions: - - name: nvim-words - path: './nvim-words.txt' - addWords: true - -dictionaries: - - nvim-words - -words: - - crupest - -ignorePaths: - - lazy-lock.json |