fix: adjust conceal character highlighting (#151)
see: https://github.com/dracula/vim/issues/144#issuecomment-538037764 closes #144
This commit is contained in:
parent
86712dc2de
commit
f6dd7c17f7
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ hi! link WarningMsg DraculaOrangeInverse
|
||||||
|
|
||||||
" Required as some plugins will overwrite
|
" Required as some plugins will overwrite
|
||||||
call s:h('MatchParen', s:green, s:none, [s:attrs.underline])
|
call s:h('MatchParen', s:green, s:none, [s:attrs.underline])
|
||||||
call s:h('Conceal', s:comment, s:bglight)
|
call s:h('Conceal', s:cyan, s:none)
|
||||||
|
|
||||||
" Neovim uses SpecialKey for escape characters only. Vim uses it for that, plus whitespace.
|
" Neovim uses SpecialKey for escape characters only. Vim uses it for that, plus whitespace.
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
|
|
Loading…
Reference in a new issue