Vundle for VIM is not working on Ubuntu

前端 未结 7 1135
萌比男神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:30

    vi ~/.gitconfig

    and

    [core]
    
     autocrlf = false
    

    set

    [core]
    
     autocrlf = true
    

    then $rm -rf ~/.vim/bundle/vundle

    and $git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

提交回复
热议问题