You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neovim version installed on RHEL9 using official repos (including EPFL) is 0.8* which is not compatible with the packages used for customizing nvim. Basically, setup neovim option gives an error for older versions of neovim < 0.9.4.
One error: which-key.nvim requires Neovim >= 0.9.4
To Reproduce
Steps to reproduce the behavior:
Install RHEL9
run linutil > setup neovim
See error on first run of nvim after installation
Expected behavior
A clear and concise description of what you expected to happen: Check if version provided by the distribution is supported.
Screenshots
Additional context
I used setup bash before doing this. That was the only part of linutil I used before doing this. This is also a new installation without any serious config changes and did not have nvim installed previously.
I can download nvim 0.10.* from official github repository and run it without a problem with this system.
The text was updated successfully, but these errors were encountered:
I think even if that line is changed to check for versions, the package manager installation would still do nothing since this is the most up to date version of neovim for the distribution. I can not find where the plugins for neovim are being installed by linutil, but I think that may be the place to make changes.
Describe the bug
Neovim version installed on RHEL9 using official repos (including EPFL) is 0.8* which is not compatible with the packages used for customizing nvim. Basically, setup neovim option gives an error for older versions of neovim < 0.9.4.
One error: which-key.nvim requires Neovim >= 0.9.4
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen: Check if version provided by the distribution is supported.
Screenshots
Additional context
I used setup bash before doing this. That was the only part of linutil I used before doing this. This is also a new installation without any serious config changes and did not have nvim installed previously.
I can download nvim 0.10.* from official github repository and run it without a problem with this system.
The text was updated successfully, but these errors were encountered: