Use a shorter default completion delay, which works better
This commit is contained in:
parent
78b9ae0f1c
commit
8e9130d66e
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ call ale#Set('type_map', {})
|
||||||
|
|
||||||
" Enable automatic completion with LSP servers and tsserver
|
" Enable automatic completion with LSP servers and tsserver
|
||||||
call ale#Set('completion_enabled', 0)
|
call ale#Set('completion_enabled', 0)
|
||||||
call ale#Set('completion_delay', 300)
|
call ale#Set('completion_delay', 100)
|
||||||
call ale#Set('completion_max_suggestions', 20)
|
call ale#Set('completion_max_suggestions', 20)
|
||||||
|
|
||||||
function! ALEInitAuGroups() abort
|
function! ALEInitAuGroups() abort
|
||||||
|
|
Reference in a new issue