This commit is contained in:
light 2018-10-15 17:11:12 +08:00
parent c456805ec4
commit 98d2507d87
2 changed files with 6 additions and 0 deletions

5
vim/install.md Normal file
View File

@ -0,0 +1,5 @@
# install vim
```bash
sudo apt-get install vim vim-scripts vim-gtk vim-gnome
```

View File

@ -9,5 +9,6 @@ git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouComplet
cd ~/.vim/bundle/YouCompleteMe
git submodule update --init --recursive
python3 install.py --all
python3 install.py --go-completer
```