剛從github安裝了vimplus,可是發現存在不少的問題。索性給直接記錄一下。
The ycmd server SHUT DOWN (restart with ':YcmRestartServer').
ycm的readme中給出推薦版本需要注意一下。
好當我們找到問題後,就去解決問題。開啟這個 __init__.py
檔案。發現了collections與Mapping,在二者中間新增 .abc
,然後儲存退出。
找到這個bottle.py檔案,修改裡面的內容。
繼續測試有沒有別的問題。
貌似又有一個新的問題。
cd ~/.vim/bundle/YouCompleteMe
python3 install.py --clang-completer
可以解決這個問題。
嗯好像貌似沒有問題了。重新開啟新建一個檔案,檢視還有沒有紅色報錯資訊。
嗯已經沒有了,問題解決!
參考文章:
https://blog.csdn.net/m0_37797953/article/details/104419228
https://blog.csdn.net/weixin_45471729/article/details/129982922
https://www.jianshu.com/p/d25d0647bf5f
https://blog.csdn.net/lishuaigell/article/details/125221750