diff options
author | Horacio Sanson <hsanson@gmail.com> | 2023-01-28 01:30:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-27 16:30:34 +0000 |
commit | 65088b59b75ef6d6c1429ee5a5da2c6a15257fdf (patch) | |
tree | 3795af4d11205d76a4a049d1160404237069f212 | |
parent | b6f6d84c25169744f43db6d0ee296ee44eb78d91 (diff) | |
download | ale-65088b59b75ef6d6c1429ee5a5da2c6a15257fdf.zip |
State ALE works with vim 8.0 and above (#4430)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,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 while you edit your text files, +and semantic errors) in NeoVim 0.2.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> |