Hello,
I'm using YCM for both Python and C/C++ projects.
In Python, I use YCM but I need Syntastic for static analysis and I need to have g:ycm_always_populate_location_list = 0
In C/C++, YCM alone is enough and I need g:ycm_always_populate_location_list = 1
How can I manage to have this language dependent configuration?
Thanks,
Vincent