Fix #2668 - Set g:ale_go_go111module

This commit is contained in:
w0rp
2019-08-02 09:09:10 +01:00
parent 3ae01ba249
commit dd1e1025b8
16 changed files with 67 additions and 17 deletions

View File

@@ -142,6 +142,9 @@ let g:ale_completion_enabled = get(g:, 'ale_completion_enabled', 0)
" Enable automatic detection of pipenv for Python linters.
let g:ale_python_auto_pipenv = get(g:, 'ale_python_auto_pipenv', 0)
" This variable can be overridden to set the GO111MODULE environment variable.
let g:ale_go_go111module = get(g:, 'ale_go_go111module', '')
if g:ale_set_balloons
call ale#balloon#Enable()
endif