安裝Vim自動補全外掛YouCompleteMe

weixin_34321977發表於2016-09-16

安裝方式是Vim的外掛管理器Vundle,沒用過的話可以看這篇文章

首先在~/.vimrc加入新外掛。

Plugin 'Valloric/YouCompleteMe'

儲存重新開啟一個Vim在命令模式安裝。

:PluginInstall

安裝CMake。

brew install CMake

編譯安裝,如果需要加入C#支援還需要加入--omnisharp-completer引數。

cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer

動圖來自官網

323464-ed9935296ea2fa47.gif

相關文章