Is your feature request related to a problem? Please describe.
Currently, the nvim-scrollbar plugin offers a global configuration for showing or hiding the scrollbar. However, in a multi-window setup, it would be beneficial to have a window-local option to independently control the scrollbar visibility for each window. This would provide more granular control and enhance the overall usability of the plugin.
Describe the solution you'd like
I would like the nvim-scrollbar plugin to introduce a window-local configuration option, such as
require("scrollbar.utils").show(winid)
require("scrollbar.utils").hide(winid)
require("scrollbar.utils").hide(winid)
allowing users to toggle the scrollbar visibility independently for each window.
Describe alternatives you've considered
No specific alternatives have been considered.
Is your feature request related to a problem? Please describe.
Currently, the nvim-scrollbar plugin offers a global configuration for showing or hiding the scrollbar. However, in a multi-window setup, it would be beneficial to have a window-local option to independently control the scrollbar visibility for each window. This would provide more granular control and enhance the overall usability of the plugin.
Describe the solution you'd like
I would like the nvim-scrollbar plugin to introduce a window-local configuration option, such as
allowing users to toggle the scrollbar visibility independently for each window.
Describe alternatives you've considered
No specific alternatives have been considered.