在~/.config/nvim/plugged/nvim-completion-manager/pythonx/cm.py
中,第 151 行是
self.nvim.call('cm#complete', name, ctx, startcol, matches, refresh, async=True)
我正在使用 Python 3.8 并将文件复制到 Python 的在线解释器中不会导致任何语法错误,所以它让我感到困惑,neovim 正在解释它。我明白了Error detected while processing function <SNR>35_on_core_channel_error
我~/.config/nvim/init.vim
的是
call plug#begin()
Plug 'roxma/nvim-completion-manager'
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
call plug#end()
我尝试用制表符替换前导空格,但得到了相同的输出。
所有这些都直接来自https://www.linode.com/docs/guides/how-to-install-neovim-and-plugins-with-vim-plug/
文件:https ://onlinegdb.com/ByyfKgK6w (引发错误,但语法很好)。