Skip to content

Failed a checkhealth operation #321

@frolvanya

Description

@frolvanya
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:

local dev_number = tonumber(vim_version:match('dev%-(%d+)'))
if dev_number >= 2500 then

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions