diff options
author | w0rp <devw0rp@gmail.com> | 2023-09-07 19:59:05 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2023-09-07 20:01:31 +0100 |
commit | 108e858d61bcd5962ca404f12d8b56e5986739c1 (patch) | |
tree | 266b52b16b9c9ba239f0080a609c9d7e6ba1f675 /Dockerfile | |
parent | 14350dbb0d265ef87d1c7d420d89fb4165a2b131 (diff) | |
download | ale-108e858d61bcd5962ca404f12d8b56e5986739c1.zip |
Update minimum supported NeoVim version to 0.6.0
Stop officially supporting NeoVim versions below 0.6.0, without
necessarily breaking ALE for people using older versions.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ FROM testbed/vim:${TESTBED_VIM_VERSION} RUN install_vim -tag v8.0.0027 -build \ -tag v9.0.0297 -build \ - -tag neovim:v0.2.0 -build \ + -tag neovim:v0.6.0 -build \ -tag neovim:v0.8.0 -build ENV PACKAGES="\ |