Vim Error E492 - Not an editor command: PluginInstall

前端 未结 4 1976
离开以前
离开以前 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条回答
  •  Happy的楠姐
    2021-02-12 12:15

    I had to install Vundle into Plugin directory instead of Bundle. It solved the issue.

    git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/plugin/Vundle.vim
    

提交回复
热议问题