You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@
5
5

6
6
7
7
ALE (Asynchronous Lint Engine) is a plugin providing linting (syntax checking
8
-
and semantic errors) in NeoVim 0.6.0+ and Vim 8.0+ while you edit your text files,
8
+
and semantic errors) in Neovim 0.7.0+ and Vim 8.0+ while you edit your text files,
9
9
and acts as a Vim [Language Server Protocol](https://langserver.org/) client.
10
10
11
11
<videoautoplay="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>
12
12
13
-
ALE makes use of NeoVim and Vim 8 job control functions and timers to
13
+
ALE makes use of Neovim and Vim 8 job control functions and timers to
14
14
run linters on the contents of text buffers and return errors as
15
15
text is changed in Vim. This allows for displaying warnings and
16
16
errors in files being edited in Vim before files have been saved
@@ -644,7 +644,7 @@ LSP features in ALE for different filetypes.
644
644
645
645
#### Neovim Diagnostics
646
646
647
-
If you are running Neovim 0.6 or later, you can make ALE display errors and
647
+
If you are running Neovim 0.7 or later, you can make ALE display errors and
0 commit comments