Vundle - E492: Not an editor command: PluginInstall

后端 未结 4 1559
眼角桃花
眼角桃花 2021-01-13 04:35

I am having trouble getting Vundle for Vim to work (I am on Ubuntu 14.04). Here the relevant part from my .vimrc

  4 \" For Vundle$                                   


        
4条回答
  •  天命终不由人
    2021-01-13 05:03

    This error message came up may be because your vi is not vim.

    try install the vim first. If it let you, that means is it the problem.

    sudo yum install vim
    

    set alias

    alias vi=vim
    

    Then try run vi and

    :PluginInstall
    

提交回复
热议问题