CopilotC-Nvim / CopilotChat.nvim

Chat with GitHub Copilot in Neovim
https://copilotc-nvim.github.io/CopilotChat.nvim/
GNU General Public License v3.0
1.44k stars 67 forks source link

Cannot change auto_follow_cursor from false to true at runtime #317

Open DRKolev-code opened 3 months ago

DRKolev-code commented 3 months ago

I want to follow the prompt sometimes and sometimes not. I have set auto_follow_cursor = false by default. When I change it to true, for example during a call to CoplitChatAsk, it does not seem to take effect. Is this the expected behaviour?