Closed strash closed 1 year ago
Hello. I cannot reproduce. How is your config for the plugin? And how do you close the window when you get the error? Or do you always get it?
Hi. I couldn't close the window and just closed neovim. And after that I can't reproduce this bug anymore. It happens once, so I don't know what is the cause.
My config:
use({
"j-morano/buffer_manager.nvim",
requires = "nvim-lua/plenary.nvim",
config = function()
require("buffer_manager").setup({
width = 100,
height = 12,
focus_alternate_buffer = true,
})
end
})
Did it happen again to you? I cannot reproduce.
No
Okay. Thus, if you do not mind, I will close the issue. Feel free to open it again if the problem reappears. Thanks anyway for the feedback!
I'm getting this error when trying to close the buffer_manager popup window.