chore(nvim): add custom dictionaries

This commit is contained in:
Stefan Imhoff
2021-12-02 16:47:05 +01:00
parent 640cc7a564
commit af1979789d
4 changed files with 650911 additions and 0 deletions

View File

@@ -38,3 +38,8 @@ set wildmode=longest:full,full
" Spell Checker
set spellfile+=~/.config/nvim/spell/de.utf-8.add " (1)zg, (1)zw
set spellfile+=~/.vim/spell/en.utf-8.add " 2zg, 2zw
" Custom Dictionaries (<C-x> <C-k>)
set dictionary+=~/.config/nvim/dictionary/de_user.txt
set dictionary+=~/.config/nvim/dictionary/de_neu.txt
set dictionary+=~/.config/nvim/dictionary/en_us.txt