-
-
Notifications
You must be signed in to change notification settings - Fork 116
Description
Hey, 👋
First and foremost, thank you for an excellent plugin. I use it on a daily basis and it's improved my interaction with ChatGPT immensely.
My main workflow pain point with this plugin is the handling of all the unsaved No name
buffers. Every time I close Neovim I need to confirm that I want to throw away a bunch of conversation buffers.
One way to solve this issue, that I can think of, is providing the ability to open the conversation buffers in a file that resides in a temporary folder, like /tmp/gp
. This would allow me to target these buffers programmatically, to throw them away after a time timer etc. It would also allow me to find a conversation that I ran previously, if I threw it away by accident.
Do you have any thoughts on this, or recommendations on how to improve this workflow?