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

Question: is `set cursorline` mandatory? #354

Closed kjuq closed 2 months ago

kjuq commented 2 months ago

In the status quo, cursorline is set when the copilot-chat buffer opens. However I'm curious whether it is a necessary behavior to make this plugin works properly. In my case, I prefer no cursorline because it is a bit annoying to focus coding.

If it weren't a mandatory option. I made a PR to add an option to disable that. So I will be so happy for you to review that.

Edit: Sent PR (https://github.com/CopilotC-Nvim/CopilotChat.nvim/pull/355)

deathbeam commented 2 months ago

https://github.com/CopilotC-Nvim/CopilotChat.nvim?tab=readme-ov-file#customizing-buffers see

kjuq commented 2 months ago

I misunderstood the problem. I opened a new issue (#356).