[ADD][VIM] Enable US English spelling by default
This commit is contained in:
parent
2e6608668e
commit
30ea1eed72
|
@ -14,6 +14,11 @@ set hidden
|
||||||
" Allow command completion in command-line
|
" Allow command completion in command-line
|
||||||
set wildmenu
|
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
|
" Enable syntax high-lighting and file-type specific plugins
|
||||||
syntax on
|
syntax on
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
Loading…
Reference in a new issue