mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(nvim): add custom dictionaries
This commit is contained in:
532285
nvim/dictionary/de_neu.txt
Normal file
532285
nvim/dictionary/de_neu.txt
Normal file
File diff suppressed because it is too large
Load Diff
2
nvim/dictionary/de_user.txt
Normal file
2
nvim/dictionary/de_user.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
kogakure
|
||||
Imhoff
|
||||
118619
nvim/dictionary/en_us.txt
Normal file
118619
nvim/dictionary/en_us.txt
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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