prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.1k stars 304 forks source link

Enable scrollbar in popup window #1469

Closed pusewicz closed 1 year ago

pusewicz commented 1 year ago

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

Tested locally.

image

https://user-images.githubusercontent.com/940/234905176-c956af34-17aa-4cb9-831c-5aeed34ff210.mov

Closes https://github.com/prabirshrestha/vim-lsp/issues/1457

pusewicz commented 1 year ago

Ping @prabirshrestha

prabirshrestha commented 1 year ago

Merged. Thanks!