summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-20 19:01:12 +0100
committerw0rp <devw0rp@gmail.com>2017-05-20 19:02:36 +0100
commit74d879952cfa3a27b21869bdbfef909c793178bb (patch)
treece8125f33a5a2e082d5e8d68e8234445c7ca8331 /README.md
parent3530180a73ec53c6c029926173c34e0d78a8ac70 (diff)
downloadale-74d879952cfa3a27b21869bdbfef909c793178bb.zip
Document ALEFix
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc9671b1..06b3cdd4 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +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`.
+
## Table of Contents
1. [Supported Languages and Tools](#supported-languages)
@@ -138,6 +141,9 @@ documented in [the Vim help file](doc/ale.txt). For more information on the
options ALE offers, consult `:help ale-options` for global options and `:help
ale-linter-options` for options specified to particular linters.
+ALE can fix files with the `ALEFix` command. Functions need to be configured
+for different filetypes with the `g:ale_fixers` variable. See `:help ale-fix`.
+
<a name="installation"></a>
## 3. Installation