[ADD][VIM] Enable US English spelling by default

This commit is contained in:
Bruno BELANYI 2019-10-11 17:16:11 +02:00
parent 2e6608668e
commit 30ea1eed72

View file

@ -14,6 +14,11 @@ 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