1

Fix errors from camel spell

This commit is contained in:
Evan Pratten 2024-04-15 19:46:37 -04:00
parent 3bcdee18a4
commit 069bee78ca

View File

@ -55,7 +55,11 @@ let g:netrw_browse_split = 3
if !exists('g:vscode')
set spell
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
hi clear SpellCap