因為想使用 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 的版本 ...)