famiu / bufdelete.nvim

Delete Neovim buffers without losing window layout
GNU General Public License v3.0
515 stars 16 forks source link

Can't keep the window layout when deleting buffer #7

Closed spindensity closed 3 years ago

spindensity commented 3 years ago

When the number of active buffers is 2, this plugin use neovim builtin :bd to switch to another buffer, but if you use some sidebar plugins like symbols-outline.nvim, the builtin :bd can't keep the window layout: bug