Vim Error E492 - Not an editor command: PluginInstall

前端 未结 4 1954
离开以前
离开以前 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:33

    As mentioned here, I needed to set up Vundle like this:

    $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    

    Afterwards, the error got resolved. By the way, I am on a FreeBSD 10.3-STABLE machine not macOS

提交回复
热议问题