How to load different .vimrc file for different working directory?

前端 未结 5 2109
陌清茗
陌清茗 2020-12-14 00:45

I have different option for each working directory. I don\'t want to set these options every time I work. I know I can append vimrc file for the op

5条回答
  •  粉色の甜心
    2020-12-14 01:28

    You can try the localvimrc plugin. It tries to load .lvimrc in your project directory or the directories above. You can put your settings there for each project.

提交回复
热议问题