mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 12:50: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({
|
||||
\ 'name': 'omni',
|
||||
\ 'whitelist': ['*'],
|
||||
\ 'blacklist': ['html'],
|
||||
\ 'blacklist': ['html', 'c'],
|
||||
\ '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