nvim: init.vim: Spell lang seems to give error

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-12-09 19:16:59 +05:30
parent e86154f9e1
commit 4de4c74d5b

View file

@ -436,7 +436,7 @@ augroup END
augroup spell_check
au!
autocmd FileType gitcommit setlocal spell
autocmd BufRead,BufNewFile *.md,*.txt setlocal spell spelllang=en_uk
autocmd BufRead,BufNewFile *.md,*.txt setlocal spell
augroup END
" Automatically resize the window