Vundle for VIM is not working on Ubuntu

前端 未结 7 1164
萌比男神i
萌比男神i 2021-02-13 10:38

I installed Vundle via the instructions given at this blog http://web.archive.org/web/20120731003342/http://www.charlietanksley.net/philtex/sane-vim-plugin-management

bu

7条回答
  •  忘了有多久
    2021-02-13 11:22

    I encountered the same problem. After tried all the methods mentioned recommended by others and failed. Finally, I found that on our Ubuntu 14.04.1 service, VIM is not installed as default!

    It is hard to realize this problem, since VIM users like me just used to type "vi" instead of "vim", and it shows a "VIM - improved VI" welcome page.

    So make sure you have installed VIM:

    whereis vim
    

    Or just type:

    vim
    

    If it is not installed, do as it recommends:

    sudo apt-get install vim
    

提交回复
热议问题