mynote/vim/ycm.md
2018-10-15 17:11:12 +08:00

15 lines
268 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
python3 install.py --go-completer
```