mynote/vim/ycm.md
2018-10-15 15:14:25 +08:00

233 B

vim 基本配置

YouCompleteMe

git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouCompleteMe

cd ~/.vim/bundle/YouCompleteMe
git submodule update --init --recursive
python3 install.py --all