Use a more generous maximum size for the popup (TODO: option for this ?)
This commit is contained in:
parent
0d703779dc
commit
2d082cc923
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ let s:nvim_related_win = 0
|
|||
" tooltip dimensions
|
||||
let s:min_width = 1
|
||||
let s:min_height = 1
|
||||
let s:max_width = 50
|
||||
let s:max_height = 5
|
||||
let s:max_width = 80
|
||||
let s:max_height = 20
|
||||
|
||||
function! vimspector#internal#balloon#closeCallback() abort
|
||||
if has('nvim')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue