famiu / bufdelete.nvim

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

I can't close Netrw with bufdelete function #9

Closed gbrlsnchs closed 2 years ago

gbrlsnchs commented 3 years ago

I'm not sure if this a problem of this plugin, since I know Netrw is famous for being bugged, but previously I used vim-bbye and was able to successfully close Netrw with :Bdelete, although with this implementation it simply won't close, even with require('bufdelete').bufdelete(0, true).

famiu commented 2 years ago

This is likely to be a netrw issue, not much I can do to help with it

gbrlsnchs commented 2 years ago

Since I stopped using Netrw in favor of Dirvish, I can no longer provide input about this issue, so I'll close it!

Thanks!