Hacker News new | past | comments | ask | show | jobs | submit login

Compare that to Pathogen:

  To install:
    1) untar/git-clone/whatever
    2) there is no 2.
  To uninstall:
    1) rm -Rf foo
    2) there is no 2.



I never tried pathogen, it is probably very useful but in the example you give I have no idea about where my plugin is plugged, so I don't know how to rm it if needed.


By default it uses ~/.vim/bundle/ Just drop directories into there to install and [re]move them to uninstall.

It really is a thing of beauty.


    let g:pathogen_disabled = []
makes an exclusion list to disable without actually removing a plugin.




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: