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.
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_fnandlibuv.timer_stop.Here's my setup for this feature through
Xuyuanp/scrollbar.nvimplugin.For now, I can make a workaround by using
:ScrollViewDisableand:ScrollViewEnable, but I don't want to fiddle around withautocmdevents, hence submit an issue here.