如何在YouCompleteMe中重新加载.ycm_extra_conf.py文件?

时间:2019-04-17 08:18:08

标签: vim youcompleteme

在YCM文档中,它表示“ YCM正在寻找.ycm_extra_conf.py文件[...];找到该文件后,它将被加载(仅一次!)。”

在Vim启动之后是否可以重新加载该文件?如果是这样,我该怎么办?

2 个答案:

答案 0 :(得分:1)

this merge起,<script> M.AutoInit(); var instance = M.Carousel.init({fullWidth: true, indicators: true}); </script> 将重新加载您的配置。

答案 1 :(得分:-2)

您可以在normal mode

中输入以下命令
:source ~/.vimrc

请确保您在.vimrc文件中有此行。就我而言,.ycm_extra_conf.py位于主目录

let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'