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

A generic and modular lua sidebar for Neovim

Results 39 sidebar.nvim issues
Sort by recently updated
recently updated
newest added

I had some time to spare today and I ended up doing quite a few modifications to this plugin. I realize this is going to be a big PR, but...

**Describe the bug** When selecting vim text objects, for example vaw to select a word, if there is a pause between pressing a and w the following error message is...

bug

Not showing python diagnostic

bug

Automated changes by the [docgen workflow](https://github.com/sidebar-nvim/sidebar.nvim/actions/workflows/docgen.yaml)

**Is your feature request related to a problem? Please describe.** The tildes and buffer name in the sidebar window are unsightly. ![image](https://user-images.githubusercontent.com/7550982/161056566-b393e6b2-5318-4a9d-acec-834d1962652c.png) **Describe the solution you'd like** The window should...

enhancement

re #38 This is a work in progress! TODO list: - [x] Add option to move the cursor to the sidebar when calling `focus` directly - [x] When we try...

One thing that `nvim-tree.lua` provides, that would be nice here, is the ability to [jump file tree to current buffer's file](https://github.com/kyazdani42/nvim-tree.lua/blob/14461373e047dc65d0c6f17516c1fa5e9b052a19/lua/nvim-tree.lua#L131-L146), as `: NvimTreeFindFile` and `: NvimTreeFindFileToggle `. I could...

enhancement

**Describe the bug** When setting the buffers builtin section to sort buffers by name, buffers are not correctly alphabetically sorted.

bug

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

enhancement

**Is your feature request related to a problem? Please describe.** It is not. **Describe the solution you'd like** In the sidebar, I'd like to create a consistent navigation bar that...

enhancement