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 | a996d5b4f02a598e318d617007462726a23c9db7 (patch) | |
tree | c92d34772a2e751fd49d7fb6f9542b38024173be /store/home/config/nvim/cspell.yaml | |
parent | 3d3979934da0cfd514a0ef900f0f6fb573ceb917 (diff) | |
download | crupest-a996d5b4f02a598e318d617007462726a23c9db7.tar.gz crupest-a996d5b4f02a598e318d617007462726a23c9db7.tar.bz2 crupest-a996d5b4f02a598e318d617007462726a23c9db7.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 |