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).
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 withrequire('bufdelete').bufdelete(0, true)
.