mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
7 lines
285 B
VimL
7 lines
285 B
VimL
au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#omni#get_source_options({
|
|
\ 'name': 'omni',
|
|
\ 'whitelist': ['*'],
|
|
\ 'blacklist': ['html', 'c', 'cpp'],
|
|
\ 'completor': function('asyncomplete#sources#omni#completor')
|
|
\ }))
|