Description
nvim --version
: NVIM v0.5.0-dev+4178-gd16e9d8ed- Operating system/version: Manjaro Linux
- Terminal name/version:
$TERM
:- Python version: 3.10
Actual behaviour
neovim/runtime/autoload/health/provider.vim
Line 426 in 52ca7f1
str2float('3.10') < 3.3
is failed.
3.10 is smaller than 3.3.
Expected behaviour
The check should be passed or the check should be removed.