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:
|
local dev_number = tonumber(vim_version:match('dev%-(%d+)')) |
|
if dev_number >= 2500 then |
I just updated to neovim 0.10 (stable) and I encounter this issue. I tried calling
:Lazy syncand 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:
CopilotChat.nvim/lua/CopilotChat/health.lua
Lines 48 to 49 in af18fa2