1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

Fix asyncomplete

This commit is contained in:
wsdjeg 2018-04-30 10:11:50 +08:00
parent 41d7d44a22
commit bf7dc169ef
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#omni#get_source_options({
\ 'name': 'omni',
\ 'whitelist': ['*'],
\ 'blacklist': ['html'],
\ 'blacklist': ['html', 'c'],
\ 'completor': function('asyncomplete#sources#omni#completor')
\ }))

View File