14 lines
233 B
Markdown
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
|
|
```
|
|
|