我在我的终端上安装了yadr,但是当我打开Vim时,我一直收到以下错误:
neocomplete does not work this version of Vim.
It requires "if_lua" enabled Vim(7.3.885 or above).
Run Code Online (Sandbox Code Playgroud)
编辑:
我使用YouCompleteMe在Vim中自动完成.它与VimShell不兼容,所以我想禁用它,只在VimShell缓冲区中.
如何禁用YouCompleteMe并启用NeoComplete从Vimscript中?