YourCompleteMe vim enables function error?

2

Good night, it's the following, I installed the famous yourcompleteme of vim to help me in some snippets that I configured in the editor and others of third, when I start the editor it returns me this warning of the screen with the following message Error detected while processing function youcompleteme # Enable..122_SetUpSettings as I do not have so much experience with the plugin, I was curious to try to solve this problem.

    
asked by anonymous 07.05.2015 / 02:30

1 answer

0

After installation, YCM should be compiled generating semantic support. When installing Youcomplete ./ install.py should run

cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer

Source: link

    
07.04.2017 / 03:22