Add java and rust to YouCompleteMe
This commit is contained in:
parent
83a61e97f5
commit
afe156bf84
4
vim8.md
4
vim8.md
@ -64,7 +64,7 @@ vim +PluginInstall +qall
|
|||||||
# install compile dependencies
|
# install compile dependencies
|
||||||
sudo apt install build-essential cmake python-dev
|
sudo apt install build-essential cmake python-dev
|
||||||
|
|
||||||
# clone from github repositories and install python, go, and javascript completion
|
# clone from github repositories and install python, go, javascript, c, and rust completion
|
||||||
cd $HOME/.vim/bundle/YouCompleteMe
|
cd $HOME/.vim/bundle/YouCompleteMe
|
||||||
./install.py --go-completer --ts-completer --clang-completer
|
./install.py --go-completer --ts-completer --clang-completer --java-completer --rust-completer
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user