From 74d879952cfa3a27b21869bdbfef909c793178bb Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 20 May 2017 19:01:12 +0100 Subject: Document ALEFix --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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`. + ## 3. Installation -- cgit v1.2.3