summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/ale.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim
index 23e7ad13..f98e6949 100644
--- a/plugin/ale.vim
+++ b/plugin/ale.vim
@@ -189,7 +189,7 @@ call ale#Set('type_map', {})
" Enable automatic completion with LSP servers and tsserver
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)
function! ALEInitAuGroups() abort