Fix errors from camel spell
This commit is contained in:
parent
3bcdee18a4
commit
069bee78ca
@ -55,7 +55,11 @@ let g:netrw_browse_split = 3
|
|||||||
if !exists('g:vscode')
|
if !exists('g:vscode')
|
||||||
set spell
|
set spell
|
||||||
set spelllang=en_ca,en_us
|
set spelllang=en_ca,en_us
|
||||||
set spelloptions=camel
|
|
||||||
|
" Note: This only works on vim 8.2.0953 or later (or nvim 0.5)
|
||||||
|
if has('nvim-0.5') || v:version >= 802 || has('patch-8.2.0953')
|
||||||
|
set spelloptions=camel
|
||||||
|
endif
|
||||||
|
|
||||||
" Hide spellcheck highlights I don't care about
|
" Hide spellcheck highlights I don't care about
|
||||||
hi clear SpellCap
|
hi clear SpellCap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user