Add java and rust to YouCompleteMe
This commit is contained in:
@@ -64,7 +64,7 @@ vim +PluginInstall +qall
|
||||
# install compile dependencies
|
||||
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
|
||||
./install.py --go-completer --ts-completer --clang-completer
|
||||
./install.py --go-completer --ts-completer --clang-completer --java-completer --rust-completer
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user