asyncomplete completion popup on ctrl+l

This commit is contained in:
ManjaroOne666 2018-06-07 22:00:07 +01:00
parent ffc7e80e7a
commit c60a66cfc4
1 changed files with 2 additions and 1 deletions

View File

@ -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 <silent><expr> <C-l> asyncomplete#force_refresh()
" not working why?
let g:asyncomplete_min_chars = 3