diff --git a/vim8.md b/vim8.md index 18f5a3e..6b04b0d 100644 --- a/vim8.md +++ b/vim8.md @@ -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 ```