[UPDATE][VIM] Disable spell-checking by default
I was starting to get annoyed by all the spell-checks happening inside strings and comments that underlined words which are not mistakes but also not in the dictionary.
This commit is contained in:
parent
7815c43fd9
commit
044f5f4c14
|
@ -14,11 +14,6 @@ set hidden
|
|||
" Allow command completion in command-line
|
||||
set wildmenu
|
||||
|
||||
" Enable spell-check
|
||||
set spell
|
||||
" Use the US English dictionary
|
||||
set spelllang=en_us
|
||||
|
||||
" Enable syntax high-lighting and file-type specific plugins
|
||||
syntax on
|
||||
filetype plugin indent on
|
||||
|
|
Loading…
Reference in a new issue