Xuyuanp / scrollbar.nvim

scrollbar for neovim
Apache License 2.0
269 stars 10 forks source link

Use viewport as scroll anchor #27

Closed adrigzr closed 2 years ago

adrigzr commented 2 years ago

A scrollbar should use current window viewport as anchor instead of current cursor position.

Using this alongside WinScrolled event should render a better overall scroll experience.