Change colour of spell states
This commit is contained in:
parent
613f8af0f1
commit
a1608ce532
1 changed files with 8 additions and 1 deletions
9
.vimrc
9
.vimrc
|
@ -102,10 +102,17 @@ let &t_EI = "\e[1 q"
|
||||||
" Highlighting {{{1
|
" Highlighting {{{1
|
||||||
|
|
||||||
" Spell {{{2
|
" Spell {{{2
|
||||||
|
|
||||||
highlight clear SpellBad
|
highlight clear SpellBad
|
||||||
highlight SpellBad cterm=underline ctermfg=red
|
highlight SpellBad cterm=underline ctermfg=red
|
||||||
|
|
||||||
|
|
||||||
|
highlight clear SpellRare
|
||||||
|
highlight SpellRare cterm=underline ctermfg=yellow
|
||||||
|
|
||||||
|
highlight clear SpellLocal
|
||||||
|
highlight SpellLocal cterm=underline ctermfg=yellow
|
||||||
|
|
||||||
|
|
||||||
" Plugin Options {{{1
|
" Plugin Options {{{1
|
||||||
|
|
||||||
" Airline
|
" Airline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue