spell checking for text files

This commit is contained in:
Russell Riker 2020-09-07 15:09:53 -04:00
parent fcf0eac62e
commit c5ae36f0e9
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ set tabstop=4
set expandtab
set number
" turn spelling on for text based documents
autocmd FileType tex,latex,markdown setlocal spell spelllang=en_au
" ***********************************************************
" ********************* install pluggins ********************
" ***********************************************************