Spell check and other tweaks

This commit is contained in:
David Todd 2020-10-05 16:40:52 -05:00
parent 89ae018546
commit 5a42564c57

View File

@ -19,6 +19,13 @@ set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<
" Turn on Line numbering
set number
" Highlight all strings that match search
set hlsearch
" Turn on Spell checking - English Dictionary only
set spell
set spelllang=en_us
" Turn on Mouse Aware mode, does lots of stuff
" What we're most interested in is the fact that
" it won't let us highlight the line numbers