search

Home  >  Q&A  >  body text

vim - Whether to load .ycm_extra_conf.py when using ycm to write programs under mac.

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. . .

phpcn_u1582phpcn_u15822743 days ago661

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-16 16:39:19

    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

    reply
    0
  • Cancelreply