mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 01:09:56 +08:00
Close #1639
This commit is contained in:
parent
bf7dc169ef
commit
4f1d55f7c7
@ -1,6 +1,6 @@
|
|||||||
au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#omni#get_source_options({
|
au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#omni#get_source_options({
|
||||||
\ 'name': 'omni',
|
\ 'name': 'omni',
|
||||||
\ 'whitelist': ['*'],
|
\ 'whitelist': ['*'],
|
||||||
\ 'blacklist': ['html', 'c'],
|
\ 'blacklist': ['html', 'c', 'cpp'],
|
||||||
\ 'completor': function('asyncomplete#sources#omni#completor')
|
\ 'completor': function('asyncomplete#sources#omni#completor')
|
||||||
\ }))
|
\ }))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user