Vim - how to run a command immediately when starting vim?

前端 未结 5 505
野的像风
野的像风 2020-12-02 06:46

I have a plugin (FindFile.vim) that needs to run :FindFileCache . whenever I start vim to gather a file cache for quick opening.. I have to run this every time

5条回答
  •  半阙折子戏
    2020-12-02 07:20

    Put FindFileCache in your .vimrc.

    Autload commands are different and will not work for your scenario.

提交回复
热议问题