1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| https://github.com/VundleVim/Vundle.vim#about
https://vimawesome.com/plugin/youcompleteme#linux-64-bit
Plugin 'valloric/youcompleteme'
sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-8 g++-8 gcc-8 --version
sudo apt-get install g++-8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 700 --slave /usr/bin/g++ g++ /usr/bin/g++-7 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 800 --slave /usr/bin/g++ g++ /usr/bin/g++-8
sudo apt update sudo apt install clang
|