asyncomplete completion popup on ctrl+l

This commit is contained in:
ManjaroOne666 2018-06-07 22:00:07 +01:00
commit c60a66cfc4

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