页次: 1
我通过 yaourt 安装了 vim 的补全插件 YCM, 使用 .vimrc 配置了全局 ycm_extra_conf.py .
当工作目录以及上层目录都没有 ycm_extra_conf.py 的时候, YCM 工作正常.
工作目录或上层目录中有 ycm_extra_conf.py 的时候, vim 会提示 TypeError: 'int' object is not iterable.
各位大佬知道这是由于什么引起的, 以及怎么解决吗.
离线
这是 YCM 的 log.
Traceback (most recent call last):
4 File "/usr/share/vim/vimfiles/autoload/../python/ycm/client/base_request.py", line 79, in HandleFuture
3 return _JsonFromFuture( future )
2 File "/usr/share/vim/vimfiles/autoload/../python/ycm/client/base_request.py", line 242, in _JsonFromFuture
1 raise MakeServerException( response.json() )
142 ycmd.responses.ServerError: TypeError: 'int' object is not iterable
~
离线
language server protocol 了解一下
离线
ycm_extra_conf.py 怎么写的?什么语言?:YcmDebugInfo 输出什么?
离线
ycm_extra_conf.py 怎么写的?什么语言?:YcmDebugInfo 输出什么?
.py后缀的肯定是python代码
离线
页次: 1