diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-19 13:56:09 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-19 13:56:09 +0000 |
commit | 151f9f857c415164f5865be270649a0797a0a7e7 (patch) | |
tree | 32870ae70b251a01ea3147bdfccc0f28eb793f34 /doc | |
parent | 62904d39ee5dd89d14ff809cc505f7492cdddf4a (diff) | |
download | ale-151f9f857c415164f5865be270649a0797a0a7e7.zip |
Add an FAQ entry explaining how to configure ALE for different buffers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 04f187dc..ec201b13 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -414,7 +414,8 @@ including disabling ALE for certain buffers with |b:ale_enabled|. The |g:ale_pattern_options| setting can be used to configure files differently based on regular expressions for filenames. For configuring entire projects, the buffer-local options can be used with external plugins for reading Vim -project configuration files. +project configuration files. Buffer-local settings can also be used in +ftplugin files for different filetypes. =============================================================================== |