You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to support an auto-hide feature where there is no activity (no scrolling) for certain amount of time passed.
This can be achieved through vim.defer_fn and libuv.timer_stop.
Here's my setup for this feature through Xuyuanp/scrollbar.nvim plugin.
For now, I can make a workaround by using :ScrollViewDisable and :ScrollViewEnable, but I don't want to fiddle around with autocmd events, hence submit an issue here.
The text was updated successfully, but these errors were encountered:
It would be nice to support an auto-hide feature where there is no activity (no scrolling) for certain amount of time passed.
This can be achieved through
vim.defer_fn
andlibuv.timer_stop
.Here's my setup for this feature through
Xuyuanp/scrollbar.nvim
plugin.For now, I can make a workaround by using
:ScrollViewDisable
and:ScrollViewEnable
, but I don't want to fiddle around withautocmd
events, hence submit an issue here.The text was updated successfully, but these errors were encountered: