Pathogen does not load plugins

前端 未结 19 1966
醉梦人生
醉梦人生 2020-12-02 11:02

Pathogen does not work for me. I am following Adam Lowe\'s hints posted here (and few more) without any success...

My vimrc:

filetype off
call pathogen         


        
19条回答
  •  时光取名叫无心
    2020-12-02 11:39

    Fixed by (mattn & tpope) after raising issue via github

    set nocp
    call pathogen#infect()
    syntax on
    filetype plugin indent on
    call pathogen#infect()
    

    see https://github.com/tpope/vim-pathogen/issues/50#issuecomment-3137909

提交回复
热议问题