From 4de4c74d5be3acf3ba97191f34f01172ede675a2 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 9 Dec 2019 19:16:59 +0530 Subject: [PATCH] nvim: init.vim: Spell lang seems to give error Signed-off-by: Sanchayan Maity --- nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index 78d87d7..7fda346 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -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