Open nguyenvulong opened 2 years ago
vim, when you install YouCompleteMe (YCM) using Vundle, this error may happen.
vim
YouCompleteMe
Vundle
Solution:
cd ~/.vim/bundle/YouCompleteMe/ ./install.py
You should have cmake available on your system (sudo apt install cmake if you don't)
cmake
sudo apt install cmake
vim
, when you installYouCompleteMe
(YCM) usingVundle
, this error may happen.Solution:
You should have
cmake
available on your system (sudo apt install cmake
if you don't)