Skip to content

Commit 6017a30

Browse files
authored
Enable scrollbar in popup window (prabirshrestha#1469)
LspHover can show a lot of text sometimes. Enabling the scrollbar ensures it can be scrolled via mouse, for example. Tested locally. Closes prabirshrestha#1457
1 parent 507565f commit 6017a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vital/_lsp/VS/Vim/Window/FloatingWindow.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ else
401401
\ 'pos': 'topleft',
402402
\ 'wrap': v:false,
403403
\ 'moved': [0, 0, 0],
404-
\ 'scrollbar': 0,
404+
\ 'scrollbar': 1,
405405
\ 'maxwidth': l:style.width,
406406
\ 'maxheight': l:style.height,
407407
\ 'minwidth': l:style.width,

0 commit comments

Comments
 (0)