From 2560cdd56ea9117b45bd9a9c5f8e5b9b3025fce2 Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 18 Aug 2017 00:13:08 +0100 Subject: [PATCH] Update the summary in the README for fixing and completion support --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47e6c8c..fe1f71b 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ back to a filesystem. In other words, this plugin allows you to lint while you type. -ALE also supports fixing problems with files by running commands in the -background with a command `ALEFix`. +In addition to linting support, ALE offers some support for fixing code with +formatting tools, and completion via Language Server Protocol servers, or +servers with similar enough protocols, like `tsserver`. ## Table of Contents