Skip to content

Instantly share code, notes, and snippets.

@yunusemreayhan
Created March 20, 2020 18:38
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 yunusemreayhan/8c288090ed71eb1ba20bdad0d3059d7f to your computer and use it in GitHub Desktop.
Save yunusemreayhan/8c288090ed71eb1ba20bdad0d3059d7f to your computer and use it in GitHub Desktop.
YouCompleteMe and amix vimconfig
#!/bin/bash
sudo apt-get install git cmake build-essential vim python3-dev
# amix vim configs
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
# youCompleteMe
cd ~/.vim_runtime/
git clone https://github.com/ycm-core/YouCompleteMe.git my_plugins/YouCompleteMe
cd my_plugins/YouCompleteMe
git submodule update --init --recursive
python3 install.py --clangd-completer
python3 install.py --clang-completer
python3 install.py --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment