Merge branch 'master' into wsl
This commit is contained in:
commit
3ce11bfcf0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue