Add an FAQ entry explaining how to configure ALE for different buffers.

This commit is contained in:
w0rp
2017-11-19 13:56:09 +00:00
parent 62904d39ee
commit 151f9f857c
2 changed files with 39 additions and 1 deletions

View File

@@ -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.
===============================================================================