nevermind

This commit is contained in:
David Todd 2020-10-05 16:45:48 -05:00
parent 5a42564c57
commit 64b55d34b7

View File

@ -22,10 +22,6 @@ set number
" Highlight all strings that match search " Highlight all strings that match search
set hlsearch set hlsearch
" Turn on Spell checking - English Dictionary only
set spell
set spelllang=en_us
" Turn on Mouse Aware mode, does lots of stuff " Turn on Mouse Aware mode, does lots of stuff
" What we're most interested in is the fact that " What we're most interested in is the fact that
" it won't let us highlight the line numbers " it won't let us highlight the line numbers