work to priv #2

Merged
PlexSheep merged 5 commits from cscherrNT/configs:master into master 2023-07-06 21:08:52 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 7c3735741b - Show all commits

View File

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