完成者 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