sidebar.nvim icon indicating copy to clipboard operation
sidebar.nvim copied to clipboard

VSCode style sidebar 'tabs' and minimized mode

Open IndianBoy42 opened this issue 2 years ago • 1 comments

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

IndianBoy42 avatar Sep 20 '21 11:09 IndianBoy42

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".

XayOn avatar Apr 24 '22 15:04 XayOn