mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
6 lines
245 B
VimL
6 lines
245 B
VimL
au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#necovim#get_source_options({
|
|
\ 'name': 'necovim',
|
|
\ 'whitelist': ['vim'],
|
|
\ 'completor': function('asyncomplete#sources#necovim#completor'),
|
|
\ }))
|