mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
Set the g:ale_completion_enabled option when completion is enabled or disabled
This commit is contained in:
@@ -321,9 +321,11 @@ function! s:Setup(enabled) abort
|
||||
endfunction
|
||||
|
||||
function! ale#completion#Enable() abort
|
||||
let g:ale_completion_enabled = 1
|
||||
call s:Setup(1)
|
||||
endfunction
|
||||
|
||||
function! ale#completion#Disable() abort
|
||||
let g:ale_completion_enabled = 0
|
||||
call s:Setup(0)
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user