diff options
author | w0rp <devw0rp@gmail.com> | 2017-05-20 19:01:12 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-05-20 19:02:36 +0100 |
commit | 74d879952cfa3a27b21869bdbfef909c793178bb (patch) | |
tree | ce8125f33a5a2e082d5e8d68e8234445c7ca8331 /README.md | |
parent | 3530180a73ec53c6c029926173c34e0d78a8ac70 (diff) | |
download | ale-74d879952cfa3a27b21869bdbfef909c793178bb.zip |
Document ALEFix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |