I'm getting two errors when I open GVim:
"The specified theme cannot be found" and
"YouCompleteMe unavailable: 'module' object has no attribute 'AddNearestThirdPartyFoldersToSysPath' "
These are happening recently, didn't happened like two updates ago. Tried running the install.py script again. It runs fine, but the errors remain.
Please use our issue template that's pre-populated in the New Issue form.
Had the same issue. I had to update my git submodules like the following:
git submodule update --init --recursive
Most helpful comment
Had the same issue. I had to update my git submodules like the following: