Add java and rust to YouCompleteMe

This commit is contained in:
Arif Herusetyo Wicaksono 2020-07-13 20:30:43 +09:00
parent 83a61e97f5
commit afe156bf84
Signed by: arif
GPG Key ID: 977E4FEF5F35FBF6

View File

@ -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
``` ```