UsePlugin 'async.vim' let g:asyncomplete_remove_duplicates = 1 let g:asyncomplete_smart_completion = 1 let g:asyncomplete_auto_popup = 2 " let g:asyncomplete_preprocessor = " \ [function('asyncomplete#preprocessor#ezfilter#filter')] " " let g:asyncomplete#preprocessor#ezfilter#config = {} " let g:asyncomplete#preprocessor#ezfilter#config['*'] = " \ {ctx, items -> filter(items, 's:fuzzy(v:val.word, ctx.base) != 0')}