close-buffers.nvim icon indicating copy to clipboard operation
close-buffers.nvim copied to clipboard

:bookmark_tabs: Delete multiple vim buffers based on different conditions

Results 6 close-buffers.nvim issues
Sort by recently updated
recently updated
newest added

When closing the last buffer with [NvimTree](https://github.com/kyazdani42/nvim-tree.lua) open and `preserve_window_layout` on, close-buffers will also close the NvimTree buffer (but correctly preserve the windows), even though I have NvimTree in the...

Cheers on this great plugin ! Would it be possible to get rid of all unlisted buffers as well, by specifying it as a type for instance ? Neovim usually...

``` E5108: Error executing lua ...ker/opt/close-buffers.nvim/lua/close_buffers/buffers.lua:61: Invalid window id: 1014 stack traceback: [C]: in function 'nvim_win_set_buf' ...ker/opt/close-buffers.nvim/lua/close_buffers/buffers.lua:61: in function 'preserve_window_layout' ...ker/opt/close-buffers.nvim/lua/close_buffers/buffers.lua:176: in function 'close' ...pack/packer/opt/close-buffers.nvim/lua/close_buffers.lua:22: in function 'delete' [string ":lua"]:1:...

Maybe that's one more thing, but a menu might be useful

See https://github.com/chrisgrieser/nvim-early-retirement/blob/3fbc551fde5f6d210e09f128b70c69e9613dfde2/lua/early-retirement.lua#L14

this pull request is for a new feature. I think asking before closing modified tab/buffer should be part of this package, so I implemented it. Also I can add another...