mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:30:04 +08:00
Fix asyncomplete
This commit is contained in:
parent
41d7d44a22
commit
bf7dc169ef
@ -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'],
|
\ 'blacklist': ['html', 'c'],
|
||||||
\ 'completor': function('asyncomplete#sources#omni#completor')
|
\ 'completor': function('asyncomplete#sources#omni#completor')
|
||||||
\ }))
|
\ }))
|
||||||
|
0
config/plugins/asyncomplete.vim
Normal file
0
config/plugins/asyncomplete.vim
Normal file
Loading…
Reference in New Issue
Block a user