mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add custom dictionaries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user