1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:20:05 +08:00
This commit is contained in:
wsdjeg 2018-04-30 10:12:28 +08:00
parent bf7dc169ef
commit 4f1d55f7c7

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', 'c'],
\ 'blacklist': ['html', 'c', 'cpp'],
\ 'completor': function('asyncomplete#sources#omni#completor')
\ }))