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

Failed a `checkhealth` operation #321

Closed frolvanya closed 3 months ago

frolvanya commented 3 months ago
image

I just updated to neovim 0.10 (stable) and I encounter this issue. I tried calling :Lazy sync and reinstalling a plugin, but it didn't help.

Seems like it can't regex match vim version, because it doesn't consider 0.10 as stable: https://github.com/CopilotC-Nvim/CopilotChat.nvim/blob/af18fa2fbc765ddf9bacd22e15c974642f20d19b/lua/CopilotChat/health.lua#L48-L49