asyncomplete completion popup on ctrl+l
This commit is contained in:
parent
ffc7e80e7a
commit
c60a66cfc4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue