[nvim] Add german dict possibility
This commit is contained in:
parent
29d7d4a65f
commit
b5e979189b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue