Antigen is to zsh, what Vundle is to vim
github.com
Antigen is to zsh, what Vundle is to vim
1–10 of 19 posts
Re: Antigen is to zsh, what Vundle is to vim
#2Re: Antigen is to zsh, what Vundle is to vim
#3I 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
#4Re: Antigen is to zsh, what Vundle is to vim
#5Re: Antigen is to zsh, what Vundle is to vim
#6Re: Antigen is to zsh, what Vundle is to vim
#7I'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 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
#8I'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.
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
#9I would've thought that Antigen would've been more like Pathogen for vim. Apparently, I am behind the times.
Re: Antigen is to zsh, what Vundle is to vim
#10Sounds pretty good if this works out I think. Are there any obvious downsides?