Makes spelling hilighting less ugly
This commit is contained in:
parent
669a883e0a
commit
613f8af0f1
1 changed files with 6 additions and 0 deletions
6
.vimrc
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…
Add table
Add a link
Reference in a new issue