Feat: enable spell check

This commit is contained in:
Bertrand Benjamin 2020-09-03 09:48:50 +02:00
parent ab41fa62c5
commit b497e43d30

View File

@ -48,6 +48,9 @@ set ignorecase " Ignore case while searching
set smartcase " Override ignorecase if search patern contains upper case
set wildmenu " Enable wildmenu
set spell " Enable spell checking
set spelllang=fr
"set autochdir " Your working directory will always be the same as your working directory
execute "set colorcolumn=" . join(range(81,335), ',')