summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-09-07 19:59:05 +0100
committerw0rp <devw0rp@gmail.com>2023-09-07 20:01:31 +0100
commit108e858d61bcd5962ca404f12d8b56e5986739c1 (patch)
tree266b52b16b9c9ba239f0080a609c9d7e6ba1f675 /README.md
parent14350dbb0d265ef87d1c7d420d89fb4165a2b131 (diff)
downloadale-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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42d1d6b6..a61358b4 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
![ALE Logo by Mark Grealish - https://www.bhalash.com/](https://user-images.githubusercontent.com/3518142/59195920-2c339500-8b85-11e9-9c22-f6b7f69637b8.jpg)
ALE (Asynchronous Lint Engine) is a plugin providing linting (syntax checking
-and semantic errors) in NeoVim 0.2.0+ and Vim 8.0+ while you edit your text files,
+and semantic errors) in NeoVim 0.6.0+ and Vim 8.0+ while you edit your text files,
and acts as a Vim [Language Server Protocol](https://langserver.org/) client.
<video autoplay="true" muted="true" loop="true" controls="false" src="https://user-images.githubusercontent.com/3518142/210141215-8f2ff760-6a87-4704-a11e-c109b8e9ec41.mp4" title="An example showing what ALE can do."></video>