Makes spelling hilighting less ugly

master
Jonathan Hodgson 5 years ago
parent 669a883e0a
commit 613f8af0f1
  1. 6
      .vimrc

@ -99,6 +99,12 @@ let &t_EI = "\e[1 q"
" augroup END
" Highlighting {{{1
" Spell {{{2
highlight clear SpellBad
highlight SpellBad cterm=underline ctermfg=red
" Plugin Options {{{1

Loading…
Cancel
Save