mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-06-01 13:32:54 +00:00
7 lines
118 B
VimL
7 lines
118 B
VimL
" turn on spellcheck
|
|
set spell
|
|
|
|
" set spellcheck highlight to underline
|
|
hi clear SpellBad
|
|
hi SpellBad cterm=underline
|