-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update supported nvim versions #4887
Comments
Unfortunately the docker images used to run tests is unable to build neovim-0.9 or newer making this change more challenging than expected: Vimjas/vim-testbed#91 We can consider increasing the minimum to 0.7 and leave tests up to 0.8 instead of latest 0.10. |
Update to this: I didn't attempt to fix the testbed to test with newer Neovim versions, but I did change the minimum supported version we test with to 0.7. @hsanson If you can publish your patches to |
@w0rp on vim-testbed the only change is to update the base FROM image in the Dockerfile:
On ALE this is my failed attempt:
With these changes I can get the image to build and tests to run on neovim 0.10.4 but the test fails for reason I have not looked further. I have a branch with the changes on my local. I have not submitted a PR since vim-testbed:25 only exists on my local.
|
Thanks @hsanson. I might give it a shot. |
Deprecate neovim 0.6 and support 0.11+
g:ale_use_neovim_diagnostics_api
variable tohas('nvim-0.7')
.ale-lint-file-linters
documentation to mention 0.7+ instead of 0.6+The text was updated successfully, but these errors were encountered: