Use normal highlighting for the popup as it's probably more readable (debatable?)

This commit is contained in:
Ben Jackson 2021-01-08 22:33:31 +00:00
commit bc1146df3b

View file

@ -214,7 +214,8 @@ function! vimspector#internal#balloon#CreateTooltip(is_hover, ...)
\ 'maxheight': s:max_height,
\ 'scrollbar': 1,
\ 'border': [],
\ 'padding': [ 0, 1, 0, 1]
\ 'padding': [ 0, 1, 0, 1],
\ 'highlight': 'Normal',
\ }
if &ambiwidth ==# 'single' && &encoding == 'utf-8'