Merge branch 'master' into wsl

This commit is contained in:
Christoph J. Scherr 2023-07-06 10:22:17 +02:00
commit 3ce11bfcf0
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ nnoremap <leader>j :join<CR>
" spell checking ----------------------------------------------------------------------------------- " spell checking -----------------------------------------------------------------------------------
set spell spelllang=en set spell spelllang=en
" set a location
set spellfile=~/.config/nvim/spell/en.utf-8.add
" go to last or next misspelled word " go to last or next misspelled word
nnoremap zn ]s nnoremap zn ]s
nnoremap zN [s nnoremap zN [s