completor.vim:异步完成框架变得容易

时间:2021-02-06 01:02:34
【文件属性】:
文件名称:completor.vim:异步完成框架变得容易
文件大小:64KB
文件格式:ZIP
更新时间:2021-02-06 01:02:34
python vim vim-plugin neovim-plugin code-completion 完成者 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
----autoload()
--------completor()
--------completor.vim(3KB)
----.github()
--------workflows()
----tests()
--------test_rust.py(2KB)
--------conftest.py(2KB)
--------test_go.py(3KB)
--------test_cpp.py(3KB)
--------test_filename.py(854B)
--------test.txt(368B)
--------test_api.py(1KB)
--------test_config(62B)
--------test_python.py(452B)
--------test_completor.py(2KB)
--------test_common.py(2KB)
--------args(49B)
--------test_omni.py(2KB)
----LICENSE(1KB)
----plugin()
--------completor.vim(2KB)
----doc()
--------completor.txt(8KB)
----.gitignore(135B)
----Makefile(183B)
----README.md(8KB)
----pythonx()
--------completers()
--------completor()

网友评论