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

14 lines
233 B
Markdown

# vim 基本配置
## YouCompleteMe
```bash
git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouCompleteMe
cd ~/.vim/bundle/YouCompleteMe
git submodule update --init --recursive
python3 install.py --all
```