From f1bf795b8b4bfc0a5636a6b74d4f28cbfc57a11f Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 13 Feb 2019 10:35:26 +0000 Subject: [PATCH] Explain what linting is in the first sentence --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ce08ed5..6abca83b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ ![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, and acts as a Vim -[Language Server Protocol](https://langserver.org/) client. +ALE (Asynchronous Lint Engine) is a plugin for providing linting (checking of +syntax and semantics) 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. A linting example with the darkspectrum color scheme in GVim.