Each time I write new python *.py source code, the following error message appears:
Error detected while processing BufRead Auto commands for"*.py": E518:Unknow option:set E28:No such highlight group name: BadWhitespace
How can i fix this?
Before I typed this question, I changed the _vimrc file to match this message , but the error message remains. Even worse, another error message occurs:
The ycmd server SHUT DOWN(restart with':YcmRestartSever').YCM core library not detected;you need to compile YCM before using it. Follow the instructions in the documentation.
I am a new Gvim user and I am using gVim 8.0 on Windows 10. I set up my python development environment by searching the web and I installed the YouCompleteMe plugin via Vundle, but now itβs difficult for me to compile YCM.
source share