Live data from Hacker News

Antigen is to zsh, what Vundle is to vim

github.com

1–10 of 19 posts

Re: Antigen is to zsh, what Vundle is to vim

#3
I've seen antigen before, thing is, zsh plugins, especially useful ones, are few and far between.

I have ~30 plugins installed with Vundle, and regularly add and play with new ones.

For zsh I have exactly two (syntax highlighting and one I'm forgetting at the moment) and I can't remember the last time I saw another that looked useful.

Re: Antigen is to zsh, what Vundle is to vim

#7

I've seen antigen before, thing is, zsh plugins, especially useful ones, are few and far between. I have ~30 plugins installed with Vundle, and regularly add and play with new ones. For zsh I have exactly two (syntax highlighting and one I'm forgetting at the moment) and I can't remember the last time I saw another that looked useful.

The big difference as I see it is that the primary hassle with plugins in Vim, the fact that plugins normally all get dropped into a single directory and mixed around in such a way that they are nearly impossible to remove, doesn't really exist for zsh. You just source files wherever you happen to put them.

The features Vundle has that surpass Pathogen are also the features that I don't really consider that valuable.

Re: Antigen is to zsh, what Vundle is to vim

#8
post #7

I've seen antigen before, thing is, zsh plugins, especially useful ones, are few and far between. I have ~30 plugins installed with Vundle, and regularly add and play with new ones. For zsh I have exactly two (syntax highlighting and one I'm forgetting at the moment) and I can't remember the last time I saw another that looked useful.

The big difference as I see it is that the primary hassle with plugins in Vim, the fact that plugins normally all get dropped into a single directory and mixed around in such a way that they are nearly impossible to remove, doesn't really exist for zsh. You just source files wherever you happen to put them. The features Vundle has that surpass Pathogen are also the features that I don't really consider that valuable.

Agreed (on your first point), that's definitely another reason I haven't considered using antigen.

The main feature Vundle has over pathogen for me is that I don't ever want to manage a git submodule when not forced.

Re: Antigen is to zsh, what Vundle is to vim

#9
post #4

I would've thought that Antigen would've been more like Pathogen for vim. Apparently, I am behind the times.

Well I guess the intent is the same but it looks a lot more like Vundle (or Bundler). You just have to define the package name in a textfile (like with Bundler) instead of managing git submodules or downloading plugins another way into their own folder.
Post reply on HN