-
asyncomplete-omni.vim是一款为asyncomplete.vim提供Omni式补全功能的插件
资源介绍
asyncomplete-omni.vim
用于Omni完成源
安装
Plug ' prabirshrestha/asyncomplete.vim '
Plug ' yami-beta/asyncomplete-omni.vim '
注册asyncomplete-omni.vim
autocmd User asyncomplete_setup call asyncomplete#register_source ( asyncomplete#sources#omni#get_source_options ({
\ ' name ' : ' omni ' ,
\ ' allowlist ' : [ ' * ' ],
\ ' blocklist ' : [ ' c ' , ' cpp ' , ' html ' ],
\ ' completor ' : function ( ' asynco