diff options
author | w0rp <devw0rp@gmail.com> | 2018-05-30 21:10:37 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-05-30 21:10:37 +0100 |
commit | 970b62756e8141691cf10d34165ec407b6756685 (patch) | |
tree | c3e2f73efcf82ea93ff3c76bed1264dc4d3bc375 /doc | |
parent | db64571b4cebe94919beb2e9ceb4b0cccea34dd8 (diff) | |
download | ale-970b62756e8141691cf10d34165ec407b6756685.zip |
Fix #1610 - Encourage the use of ftplugin files more
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index b6122c3e..2b4452d9 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -475,6 +475,12 @@ the buffer-local options can be used with external plugins for reading Vim project configuration files. Buffer-local settings can also be used in ftplugin files for different filetypes. +ALE offers several options for controlling which linters are run. + +* Selecting linters to run. - |g:ale_linters| +* Aliasing filetypes for linters - |g:ale_linter_aliases| +* Only running linters you asked for. - |g:ale_linters_explicit| + =============================================================================== 4. Fixing Problems *ale-fix* |