Robitx / gp.nvim

Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI]
MIT License
537 stars 49 forks source link

Popup buffer and keep_buf #111

Closed ctorney closed 4 months ago

ctorney commented 4 months ago

When creating a popup window it seems that the value for keep_buf is set to true. This means when the popup window is closed the chat becomes a normal buffer in neovim.

Is this the intended behaviour? For me this seems like a bug because using the popup is a nice way to separate the chatgpt interaction from standard active buffers.

As it is now I can toggle the chat popup, but still see the gp buffer when I move through buffers with bnext bprevious.