Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active October 9, 2018 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blue-bird1/9959b582893be2042c4a5ce04bcc20c0 to your computer and use it in GitHub Desktop.
Save blue-bird1/9959b582893be2042c4a5ce04bcc20c0 to your computer and use it in GitHub Desktop.
YouCompleteMe install #vim
git clone https://github.com/Valloric/YouCompleteMe ~/.vim/bundle/YouCompleteMe
sudo apt install build-essential cmake python3-dev
cd ~/.vim/bundle/YouCompleteMe
python3 install.py --clang-completer
# The following additional language support options are available:
# C# support: install Mono and add --cs-completer when calling install.py.
# Go support: install Go and add --go-completer when calling install.py.
# JavaScript and TypeScript support: install Node.js and npm then install the TypeScript SDK with npm install -g typescript.
# Rust support: install Rust and add --rust-completer when calling install.py.
# Java support: install JDK8 (version 8 required) and add --java-completer when calling install.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment