jellydn / CopilotChat.nvim

Chat with GitHub Copilot in Neovim
GNU General Public License v3.0
100 stars 9 forks source link

Proposal to use same buffer instead of creating new ones when chat buffer is not focused #23

Closed rguruprakash closed 8 months ago

rguruprakash commented 8 months ago

Hi,

Thanks for creating this plugin. I noticed the plugin creates a new buffer when the existing chat buffer is not focused. I found it to be a bit uncomfortable so I made a small change to use the same buffer if it exists. let me if this makes sense or the new buffer creation was international and serves other usecases