Close #542 - Add an option for disabling running locally installed executables by default

This commit is contained in:
w0rp
2018-04-09 19:11:20 +01:00
parent 3a47413286
commit 719b790574
71 changed files with 109 additions and 92 deletions

View File

@@ -3,7 +3,7 @@
" Description: Integration of Prettier with ALE.
call ale#Set('javascript_prettier_executable', 'prettier')
call ale#Set('javascript_prettier_use_global', 0)
call ale#Set('javascript_prettier_use_global', get(g:, 'ale_use_global_executables', 0))
call ale#Set('javascript_prettier_options', '')
function! ale#fixers#prettier#GetExecutable(buffer) abort