vim: Use EN instead of EN_US dict for spell check

I do not care about color/colour etc.
This commit is contained in:
2020-10-10 00:01:19 +02:00
parent 72159411b9
commit 027204615b
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ set undofile
" Update every 300ms for better experience with plugins like gitgutter and coc
set updatetime=300
" Check for spelling in comments and strings
set spell spelllang=en_us
set spell spelllang=en
" Show the effect of a command while typing (substitute)
if (has('nvim'))
set inccommand=nosplit