1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00
SpaceVim/config/plugins/asyncomplete-omni.vim
2018-04-30 10:12:28 +08:00

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')
\ }))