[nvim] Add german dict possibility

This commit is contained in:
Marty Oehme 2019-09-02 19:15:14 +02:00
parent 29d7d4a65f
commit b5e979189b

View file

@ -380,8 +380,10 @@ nnoremap <leader>\ :vsp<cr>
nnoremap <tab> %
nnoremap <tab> %
" Spell-check set to <leader>O, 'o' for 'orthography':
" Spell check set to <leader>O, 'o' for 'orthography':
noremap <leader>O :setlocal spell! spelllang=en_us<CR>
noremap <leader>OE :setlocal spell! spelllang=en_us<CR>
noremap <leader>OG :setlocal spell! spelllang=de_de<CR>
noremap <leader>o z=
" select the whole buffer with <leader>-a