nvim: init.vim: Spell lang seems to give error
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e86154f9e1
commit
4de4c74d5b
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ augroup END
|
||||||
augroup spell_check
|
augroup spell_check
|
||||||
au!
|
au!
|
||||||
autocmd FileType gitcommit setlocal spell
|
autocmd FileType gitcommit setlocal spell
|
||||||
autocmd BufRead,BufNewFile *.md,*.txt setlocal spell spelllang=en_uk
|
autocmd BufRead,BufNewFile *.md,*.txt setlocal spell
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
" Automatically resize the window
|
" Automatically resize the window
|
||||||
|
|
Loading…
Reference in a new issue