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
I'm currently running a different tree sidebar on the left and buffers/symbols/etc on the right using sidebar.nvim. I'd like to use sidebar.nvim on both sides.
I thought maybe I could just run two copies of the plugin, but there's no way to namespace things like :SidebarNvimToggle. If we did implement this feature, we would have to implement separate left/right commands.
The text was updated successfully, but these errors were encountered:
currently I'm working on revamp here (https://github.com/sidebar-nvim/sidebar.nvim/tree/v0.2). It's still a work in progress and many things are still not working as expected, but this feature is possible there and many other things related to multiple sidebars and views
I'm currently running a different tree sidebar on the left and buffers/symbols/etc on the right using sidebar.nvim. I'd like to use sidebar.nvim on both sides.
I thought maybe I could just run two copies of the plugin, but there's no way to namespace things like
:SidebarNvimToggle
. If we did implement this feature, we would have to implement separate left/right commands.The text was updated successfully, but these errors were encountered: