diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-19 17:06:39 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-19 17:06:39 +0100 |
commit | 27f1915745d22a2d3831b3431a498d3ef674648c (patch) | |
tree | b8d31dd701de51ea5f91fa07fc1451f6a3b126a5 | |
parent | dfa38ff0ddeb1b330309cc55e5af24714d0d567a (diff) | |
download | ale-27f1915745d22a2d3831b3431a498d3ef674648c.zip |
Capitalize Language Server Protocol
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ALE (Asynchronous Lint Engine) is a plugin for providing linting in NeoVim 0.2.0+ and Vim 8 while you edit your text files, and acts as a Vim -[language server protocol](https://langserver.org/) client. +[Language Server Protocol](https://langserver.org/) client. ![linting example](img/example.gif?raw=true) |