Enable scrollbar in popup window (#1469)

LspHover can show a lot of text sometimes. Enabling the scrollbar ensures it can be scrolled via mouse, for example.

Tested locally.

Closes https://github.com/prabirshrestha/vim-lsp/issues/1457
This commit is contained in:
Piotr Usewicz
2023-05-04 22:09:52 +02:00
committed by GitHub
parent 507565f281
commit 6017a30e8a

View File

@@ -401,7 +401,7 @@ else
\ 'pos': 'topleft',
\ 'wrap': v:false,
\ 'moved': [0, 0, 0],
\ 'scrollbar': 0,
\ 'scrollbar': 1,
\ 'maxwidth': l:style.width,
\ 'maxheight': l:style.height,
\ 'minwidth': l:style.width,