nvim: init.vim: Enable spell check

This commit is contained in:
Sanchayan Maity 2019-10-30 10:14:51 +05:30 committed by Sanchayan Maity
parent 2ea11a9dbd
commit e773cb8ce9

View file

@ -332,3 +332,5 @@ let g:clang_format#detect_style_file = 1
autocmd BufRead,BufNewFile */gst-*/*.[ch] set et sw=2
autocmd BufRead,BufNewFile */gstreamer-*/*.[ch] set et sw=2
autocmd BufRead,BufNewFile */pulseaudio/*.[ch] set et sw=4 tw=128
" Spell Checking
autocmd BufRead,BufNewFile *.md,*.txt setlocal spell spelllang=en_uk