Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 619 Bytes

FAQ.md

File metadata and controls

30 lines (19 loc) · 619 Bytes

YouCompleteMe

  1. no module named ycmd

git submodule update --init --recursive

  1. Your C++ compiler does NOT fully support C++17

https://stackoverflow.com/questions/65284572/your-c-compiler-does-not-fully-support-c17

  1. ycmd server SHUT DOWN

https://github.com/ycm-core/YouCompleteMe/wiki/Troubleshooting-steps-for-ycmd-server-SHUT-DOWN#check-ycm-installation

vim 8.2

vim8.2 installation:

sudo add-apt-repository ppa:jonathonf/vim
sudo apt update
sudo apt install vim

add-apt-repository command not found

sudo apt update
sudo apt install software-properties-common