所以我已经安装neovim和deoplete插件。:UpdateRemotePlugins后来我确实打电话了。现在,当我编写C/C++代码时,它根本没有完成。它实际上适用于诸如patht = ~/Desktop/,实际上获取弹出菜单之类的事情。或者Python代码也得到完成。但至于现在我主要是在写作C++,所以我想让它工作。我有 Python 3.6 和 2.7.x。我做过pip3 install neovim。我做到了call deoplete#enable(),我什至尝试过let g:deoplete#enable_at_startup = 1(deoplete 正在工作,但不适用于C/C++)。我试过了deoplete_clang,也没有完成。问题出在哪里?这是来自的输出:CheckHealth:
1
2 health#deoplete#check
3 ========================================================================
4 ## deoplete.nvim
5 - SUCCESS: has("nvim") was successful
6 - SUCCESS: has("python3") was successful
7 - INFO: If you're still having problems, try the following commands:
8 $ export NVIM_PYTHON_LOG_FILE=/tmp/log
9 $ export NVIM_PYTHON_LOG_LEVEL=DEBUG …Run Code Online (Sandbox Code Playgroud)