mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
Fix #1938 - Set a default value for an undefined variable
This commit is contained in:
@@ -133,6 +133,9 @@ let g:ale_history_log_output = get(g:, 'ale_history_log_output', 1)
|
|||||||
" Enable automatic completion with LSP servers and tsserver
|
" Enable automatic completion with LSP servers and tsserver
|
||||||
let g:ale_completion_enabled = get(g:, 'ale_completion_enabled', 0)
|
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)
|
||||||
|
|
||||||
if g:ale_set_balloons
|
if g:ale_set_balloons
|
||||||
call ale#balloon#Enable()
|
call ale#balloon#Enable()
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user