How did you install neovim? If you installed from source, double check that you followed the instructions, i.e. install build dependencies and then run:
shell
make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install
Also, double check the version of nvim in your PATH matches:
How did you install neovim? If you installed from source, double check that you followed the instructions, i.e. install build dependencies and then run:
make CMAKE_BUILD_TYPE=RelWithDebInfo sudo make installAlso, double check the version of nvim in your PATH matches:
nvim --version