Skip to content
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

Open
7 tasks
hsanson opened this issue Dec 29, 2024 · 1 comment
Open
7 tasks

Update supported nvim versions #4887

hsanson opened this issue Dec 29, 2024 · 1 comment

Comments

@hsanson
Copy link
Contributor

hsanson commented Dec 29, 2024

Deprecate neovim 0.6 and support 0.11+

  • Update default g:ale_use_neovim_diagnostics_api variable to has('nvim-0.7').
  • Update ale-lint-file-linters documentation to mention 0.7+ instead of 0.6+
  • Update Dockerfile to use 0.7.0 instead of 0.6.0
  • update engine.vim check for has nvim-0.6.0
  • update run-tests to use v0.7 and 0.10 instead of 0.6 and 0.9
  • update ale-development.txt to mention 0.7.0 instead of 0.6.0
  • update ale.vim to mention 0.7.0 instead of 0.6.0
@hsanson
Copy link
Contributor Author

hsanson commented Jan 1, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant