Feat: enable spell check
This commit is contained in:
parent
ab41fa62c5
commit
b497e43d30
@ -48,6 +48,9 @@ set ignorecase " Ignore case while searching
|
|||||||
set smartcase " Override ignorecase if search patern contains upper case
|
set smartcase " Override ignorecase if search patern contains upper case
|
||||||
set wildmenu " Enable wildmenu
|
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
|
"set autochdir " Your working directory will always be the same as your working directory
|
||||||
|
|
||||||
execute "set colorcolumn=" . join(range(81,335), ',')
|
execute "set colorcolumn=" . join(range(81,335), ',')
|
||||||
|
Loading…
Reference in New Issue
Block a user