-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrollbar appears to have a "gap" in it that changes appearance with movement #3
Comments
This is caused by the Unicode only provides fine-grained characters for the bottom of a block (▁▂▃▄▅▆▇█) not the top. To use these at the bottom of a fine-grained scrollbar, their fg/bg need to be reversed. This is accomplished with I've been using Maybe there is an interaction with one of your other plugins. Can you try disabling them to see? |
Hi @sslivkoff , Apologies for the slow response. I finally got around to checking on a clean nvim config with the latest nightly build of neovim, and I still get the same artifacts.. init.vim:
version:
I tried a couple different terminals, just to be sure it wasn't specific to Termite, but the same issue occurs with kitty and xterm as well. Just let me know if there is anything else you would like me to check. |
Your scrollbar plugin is great. |
At last, I fixed this issue by adding |
The scrollbar appears "split", with a small gap in it that changed in size and position as I scroll through a document, e.g.:
Incidentally, the above video also demonstrates the mousewheel issue reported in issue #1 .
System info:
Neovim version:
The text was updated successfully, but these errors were encountered: