nvim: init.vim: Enable spell check
This commit is contained in:
parent
2ea11a9dbd
commit
e773cb8ce9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue