From 3ef98f42bdb0d692346d4aab29bd0809a6d5bdd4 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 21 Nov 2017 14:37:01 +0000 Subject: Fix #783 - Do not run Flow with home directory configuration files by default --- doc/ale-javascript.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/ale-javascript.txt') 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| -- cgit v1.2.3