From 8e9130d66eb9b404957e98bedfd6ebffb9a6a4b8 Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 11 Aug 2017 10:50:59 +0100 Subject: [PATCH] Use a shorter default completion delay, which works better --- plugin/ale.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/ale.vim b/plugin/ale.vim index 23e7ad1..f98e694 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