diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-21 14:37:01 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-21 14:37:01 +0000 |
commit | 3ef98f42bdb0d692346d4aab29bd0809a6d5bdd4 (patch) | |
tree | be31144555116acf716734d4469a075ebe3c1b68 /doc/ale-javascript.txt | |
parent | ac7f69063db30edfad14fac19b9d06be487885b1 (diff) | |
download | ale-3ef98f42bdb0d692346d4aab29bd0809a6d5bdd4.zip |
Fix #783 - Do not run Flow with home directory configuration files by default
Diffstat (limited to 'doc/ale-javascript.txt')
-rw-r--r-- | doc/ale-javascript.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt index 1b8e3f5d..5a2969a1 100644 --- a/doc/ale-javascript.txt +++ b/doc/ale-javascript.txt @@ -84,6 +84,17 @@ g:ale_javascript_flow_executable *g:ale_javascript_flow_executable* See |ale-integrations-local-executables| +g:ale_javascript_flow_use_home_config *g:ale_javascript_flow_use_home_config* + *b:ale_javascript_flow_use_home_config* + Type: |Number| + Default: `0` + + When set to `1`, ALE will allow Flow to be executed with configuration files + from your home directory. ALE will not run Flow with home directory + configuration files by default, as doing so can lead to Vim consuming all of + your RAM and CPU power. + + g:ale_javascript_flow_use_global *g:ale_javascript_flow_use_global* *b:ale_javascript_flow_use_global* Type: |Number| |