diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-11 10:50:59 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-11 10:50:59 +0100 |
commit | 8e9130d66eb9b404957e98bedfd6ebffb9a6a4b8 (patch) | |
tree | 8a2f7232b61e8a9a6a2fdef56493fb7548ba9f99 /plugin | |
parent | 78b9ae0f1c65e53eac509b6946f8c70369fab980 (diff) | |
download | ale-8e9130d66eb9b404957e98bedfd6ebffb9a6a4b8.zip |
Use a shorter default completion delay, which works better
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/ale.vim | 2 |
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 |