add sth
This commit is contained in:
parent
c456805ec4
commit
98d2507d87
5
vim/install.md
Normal file
5
vim/install.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# install vim
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt-get install vim vim-scripts vim-gtk vim-gnome
|
||||||
|
```
|
||||||
@ -9,5 +9,6 @@ git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouComplet
|
|||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
python3 install.py --all
|
python3 install.py --all
|
||||||
|
python3 install.py --go-completer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user