From c60a66cfc4206b5c4b0ef1bb38532a693fbfab88 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 7 Jun 2018 22:00:07 +0100 Subject: [PATCH] asyncomplete completion popup on ctrl+l --- vimrc.plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc.plugins.vim b/vimrc.plugins.vim index ad9a2bb..f41d528 100644 --- a/vimrc.plugins.vim +++ b/vimrc.plugins.vim @@ -147,8 +147,9 @@ runtime macros/matchit.vim " asyncomplete.vim "{{{ -let g:asyncomplete_auto_popup = 1 +let g:asyncomplete_auto_popup = 0 let g:asyncomplete_remove_duplicates = 1 +inoremap asyncomplete#force_refresh() " not working why? let g:asyncomplete_min_chars = 3