Skip to content

Commit c72a3f4

Browse files
authored
Merge pull request #233 from prabirshrestha/fix-doc-ale
Fix link to ALE
2 parents ac22efb + 51f8e39 commit c72a3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Refer to docs on configuring omnifunc or [asyncomplete.vim](https://github.com/p
7272
Document diagnostics (e.g. warnings, errors) are enabled by default, but if you
7373
preferred to turn them off and use other plugins instead (like
7474
[Neomake](https://github.com/neomake/neomake) or
75-
[ALE](https://github.com/neomake/neomake), set `g:lsp_diagnostics_enabled` to
75+
[ALE](https://github.com/w0rp/ale), set `g:lsp_diagnostics_enabled` to
7676
`0`:
7777

7878
```viml

0 commit comments

Comments
 (0)