Closed willothy closed 1 year ago
Perhaps the scrollbar changes should've been marked as breaking, since the hlgroup changes messed up my config.
And maybe the background could be optional? I personally prefer a floating scrollbar.
Edit: floating scrollbar in #96.
Another issue: the scrollbar does not always stop at the last line of the window when cursor is on the last line - the scrollbar thumb can sometimes end up one line above the bottom line instead.
Perhaps the scrollbar changes should've been marked as breaking
Already marked as breaking in eac1b2661fa139d934215cb20989aaed79861ea1 because it changed the default highlight
Perhaps the scrollbar changes should've been marked as breaking
Already marked as breaking in eac1b26 because it changed the default highlight
Perfect, didn't see that! My bad. It only required a small change anyways :)
Another issue: the scrollbar does not always stop at the last line of the window when cursor is on the last line - the scrollbar thumb can sometimes end up one line above the bottom line instead.
Should be fixed by dc11786
the scrollbar jumps around and sometimes does not move at all.
Any way to reproduce it?
Description
When moving in the menu, the scrollbar jumps around and sometimes does not move at all.
nvim version
0.10 nightly
dropbar.nvim version
b4b6b4a
Operating system and version
Linux
Minimal config
Steps to reproduce
Expected behavior
Scrollbar should move when the window / cursor scrolls.
Actual behavior
Scrollbar jumps around or does not move at all.
Additional information
Likely caused by 2debe824bc98f6fcdc5ab0d4ec1573f6e5befd15 - tested, reverting that commit fixes the issue.