登录 注册
当前位置:主页 > 资源下载 > 14 > asyncomplete-omni.vim是一款为asyncomplete.vim提供Omni式补全功能的插件

asyncomplete-omni.vim是一款为asyncomplete.vim提供Omni式补全功能的插件

  • 更新:2024-11-21 11:39:02
  • 大小:3KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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