Hi, nice plugin. I found that empty buffer if not active is not removed when deleted: ``` # nvim .config/nvim/init.lua :enew :b 1 :buffers :bd 2 ``` This way empty buffer is removed from :buffers , but is still on hardline. Thanks
Hi,
nice plugin.
I found that empty buffer if not active is not removed when deleted:
This way empty buffer is removed from :buffers , but is still on hardline.
Thanks