mistweaverco / kulala.nvim

A minimal 🤏 HTTP-client 🐼 interface 🖥️ for Neovim ❤️.
https://kulala.mwco.app
MIT License
595 stars 28 forks source link

Kulala://ui window dont respawn when he is closed for the first time it need to close folder globally to get respawn #9

Closed Myhed closed 3 months ago

Myhed commented 3 months ago

He, when i close the window buff named kulala://ui and re run the request the buff kulala://ui dont re-appear.

When i close globally folder with nvim and then reopen with it that works again.

gorillamoe commented 3 months ago

Yep, that is something I'm working on. I'll keep you posted.

Myhed commented 3 months ago

Okay, i just tell you, when you do a :bwipeout it call nvim_buf_del function and it works when you use it. if it can help you.

cuz when you close it normally with :q that dont close it i think and when you use :bwipeout that close really the buffer cuz the filetype of that buffer is not a file