From 719b790574b6aeb4fc3c956dfbcffa3c3987a668 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 9 Apr 2018 19:11:20 +0100 Subject: Close #542 - Add an option for disabling running locally installed executables by default --- doc/ale-typescript.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ale-typescript.txt') diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index d83a2dfe..1bccf5a3 100644 --- a/doc/ale-typescript.txt +++ b/doc/ale-typescript.txt @@ -59,7 +59,7 @@ g:ale_typescript_tslint_rules_dir *g:ale_typescript_tslint_rules_dir* g:ale_typescript_tslint_use_global *g:ale_typescript_tslint_use_global* *b:ale_typescript_tslint_use_global* Type: |Number| - Default: `0` + Default: `get(g:, 'ale_use_global_executables', 0)` See |ale-integrations-local-executables| @@ -91,7 +91,7 @@ g:ale_typescript_tsserver_config_path *g:ale_typescript_tsserver_config_path* g:ale_typescript_tsserver_use_global *g:ale_typescript_tsserver_use_global* *b:ale_typescript_tsserver_use_global* Type: |Number| - Default: `0` + Default: `get(g:, 'ale_use_global_executables', 0)` This variable controls whether or not ALE will search for a local path for tsserver first. If this variable is set to `1`, then ALE will always use the -- cgit v1.2.3