sidebar-nvim / sidebar.nvim

A generic and modular lua sidebar for Neovim
753 stars 32 forks source link

VSCode style sidebar 'tabs' and minimized mode #4

Open IndianBoy42 opened 3 years ago

IndianBoy42 commented 3 years ago

What about vscode style 'tabs' for the sidebar? So we can organize the sidebar into groups.

And also have a shrunken version where just the tab icons and maybe shrunken versions of the sections can be placed

XayOn commented 2 years ago

I was thinking on something about those lines, but I believe more "common" in vim than that: multiple sidebars. That way you can hide one / open the other with a keybinding.

I'd personally do that to split "Files" and "git" in a sidebar, and diagnostic, symbols, and containers in another.

Also, I've seen the DAP extension and that made me think that, at some point, it might become a usable replacement for nvim-dap-ui, with the advantage that it's a single plugin for everything.

In that scenario, that'd be a third "tab".