Use normal highlighting for the popup as it's probably more readable (debatable?)
This commit is contained in:
parent
d2ed8a828c
commit
bc1146df3b
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue