因为想使用 Clang_complete 这个 Plugin 来写 C++,
不过安装完后,貌似发生了一些 python support 的问题。
Error detected while processing function <SNR>14_ClangCompleteInit..<SNR>14_initClangCompletePython:
clang_complete: No python support available.
Cannot use clang library
Compile vim with python support to use libclang
我 vim 的 python 配置是: +python/dyn +python3/dyn
所以应该是两个都可以用吧!
:echo has('python') 结果为 0
:echo has('python3') 结果为 1
请问是动态加载 python interpreter 的版本有问题吗?
是否可以修正?
( 例如变更 python interpreter 的版本,或设定 default loal python interpreter 的版本 ...)