vim - Whether to load .ycm_extra_conf.py when using ycm to write programs under mac.
phpcn_u15822017-05-16 16:37:19
0
1
662
Every time you enter vim, there will be a reminder whether to load the configuration file. I don’t know how to modify the configuration file to close it in the doc folder youcompleteme.txt. Please help. . .
Necessary, otherwise YCM will not work properly. For details, please see my blog post /a/1190000002662054
Or configure it in vim as follows:
"No longer ask whether to load the ycm_extra_conf.py configuration when opening vim
let g:ycm_confirm_extra_conf=0