completor.vim:异步完成框架变得容易 源码
完成者 Completor是vim8的异步代码完成框架。 vim8的新功能用于以低开销实现快速完成引擎。 要使用语义补全,应安装外部补全工具。 要求 vim8, 用python或python3编译 安装 vim8内置软件包管理器: $ mkdir -p ~ /.vim/pack/completor/start $ cd ~ /.vim/pack/completor/start $ git clone https://github.com/maralla/completor.vim.git $ pack install maralla/completor.vim Plug ' marall
文件列表
completor_vim-master.zip
(预估有个55文件)
completor.vim-master
autoload
completor
daemon.vim
3KB
compat.vim
3KB
utils.vim
2KB
action.vim
7KB
popup.vim
6KB
completor.vim
3KB
.github
暂无评论