From 108e858d61bcd5962ca404f12d8b56e5986739c1 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 7 Sep 2023 19:59:05 +0100 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3