Vim Error E492 - Not an editor command: PluginInstall

前端 未结 4 1957
离开以前
离开以前 2021-02-12 11:26

I am trying to install Vundle on my Macvim. I followed the following link to get Vundle. I also configured my .vimrc file. But when I try PluginInstall, I get the following erro

4条回答
  •  灰色年华
    2021-02-12 12:30

    You can check the output of :version

       system vimrc file: "/etc/vimrc"
         user vimrc file: "$HOME/.vimrc"
     2nd user vimrc file: "~/.vim/vimrc"
    

    Note which vimrc file you are using, say you are configuring $HOME/vimrc, but vim is reading $HOME/.vimrc (without dot at filename)

    This happened to me.

    Hope this will help you.

提交回复
热议问题