diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-19 17:00:23 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-19 17:00:29 +0100 |
commit | dfa38ff0ddeb1b330309cc55e5af24714d0d567a (patch) | |
tree | a7bcdcf257855c33ea2e3195713ab3ec460cff41 | |
parent | 5453e0e1a43302226da1d1d753e162af0231f9d3 (diff) | |
download | ale-dfa38ff0ddeb1b330309cc55e5af24714d0d567a.zip |
Make LSP support more prominent in the README
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ ![ALE Logo by Mark Grealish - https://www.bhalash.com/](img/logo.jpg?raw=true) ALE (Asynchronous Lint Engine) is a plugin for providing linting in NeoVim -0.2.0+ and Vim 8 while you edit your text files. +0.2.0+ and Vim 8 while you edit your text files, and acts as a Vim +[language server protocol](https://langserver.org/) client. ![linting example](img/example.gif?raw=true) |