Add 1 cell of padding to the x direction which makes the popup more readable

This commit is contained in:
Ben Jackson 2021-01-05 22:12:14 +00:00
commit 0895c5e829

View file

@ -219,7 +219,8 @@ function! vimspector#internal#balloon#CreateTooltip(is_hover, ...)
\ 'maxwidth': s:max_width,
\ 'maxheight': s:max_height,
\ 'scrollbar': 1,
\ 'border': []
\ 'border': [],
\ 'padding': [ 0, 1, 0, 1]
\ }
if a:is_hover
let config['filter'] = "MouseFilter"