janus icon indicating copy to clipboard operation
janus copied to clipboard

Move to a Vundle based distribution

Open devinus opened this issue 11 years ago • 26 comments

@eMxyzptlk Have you had any thoughts regarding this? It seems at some point Vundle's author even did a proof of concept using Janus.

devinus avatar Feb 25 '13 16:02 devinus

I have thought about it but I have no immediate plans to actually start experimenting with it (not much time on my hands at the moment), my only concern is we, Janus Maintainers, won't have control on the plugins versions and thus we cannot guarantee that all the plugins are working properly, but that might change, @gmarik is planning add that feature, see Vundle's Readme

kalbasit avatar Feb 25 '13 19:02 kalbasit

+1 I'd love to see vim-janus based on vundle @gmarik `s stuff rock!

a-b avatar Mar 15 '13 20:03 a-b

good news

helps avatar Apr 23 '13 10:04 helps

Yeah! Thanks!

a-b avatar May 03 '13 17:05 a-b

Any updates there?

a-b avatar Aug 09 '13 00:08 a-b

Since Vundle's todo still lists allow specify revision/version? as not done, we can't move on with this

kalbasit avatar Aug 11 '13 03:08 kalbasit

Almost a year? Any updates?

pioneerit avatar Nov 07 '13 16:11 pioneerit

The item allow specifying revision/version? still marked as not done in the todo of Vundle's Readme so this isn't going anywhere.. sorry.

kalbasit avatar Nov 07 '13 22:11 kalbasit

neobundle is fork of Vundle, but it is almost rewrited. It supports version lock feature.

https://github.com/Shougo/neobundle.vim

Shougo avatar Feb 13 '14 13:02 Shougo

This sounds interesting, I will look into it

kalbasit avatar Feb 13 '14 20:02 kalbasit

I think it worth to consider neobundle as package manager http://gmarik.info/blog/2014/02/04/why-i-stopped-contributing-to-vundle @Shougo is there any specific reason to make clone instead of pull request back to the vundle?

a-b avatar Apr 08 '14 02:04 a-b

@Shougo is there any specific reason to make clone instead of pull request back to the vundle?

It is yes. I want to add several features. See the differences neobundle from Vundle.

To decide to use neobundle or vundle, you should compare features.

Shougo avatar Apr 08 '14 10:04 Shougo

Still no Vundle version ?

aemonge avatar Sep 08 '14 07:09 aemonge

neobundle.vim is awesome.

dd1994 avatar Oct 10 '14 12:10 dd1994

Not before gmarik/Vundle.vim#35 is done

kalbasit avatar Oct 10 '14 18:10 kalbasit

I'm a little new to these plugin managers, but it seems Vundle is now inactive. Would NeoBundle be a better choice for that reason alone? NeoBundle already can peg stuff at a particular rev.

pmorch avatar May 04 '15 23:05 pmorch

+1 pmorch

aemonge avatar May 05 '15 10:05 aemonge

It worth to explore https://github.com/junegunn/vim-plug too.

a-b avatar Jun 07 '15 22:06 a-b

Vim-plug is actually pretty cool, it also support branch/tag.

kalbasit avatar Jun 08 '15 15:06 kalbasit

I've tried NeoComplete as well. It's more complicated than Vundle. In my own distro I'm also using Vundle ( https://github.com/aemonge/dotFiles/blob/master/.vimrc ). I think it's better and simpler.

aemonge avatar Jun 08 '15 15:06 aemonge

vim-plug if you use neovim does some crazy async operations which doesn't slow vim down

brodock avatar Feb 14 '16 18:02 brodock

NeoBundle is now inactive and has been replaced with Dein.

Vim-plug offers, among other things, branch/tag/commit support, on-demand loading, and post-update hooks; all of which I think fit within Janus' ideology.

chauncey-garrett avatar Nov 15 '16 17:11 chauncey-garrett

I have re-implemented with vim-plug "most" of the janus I use. If anyone wants to try, it's started as a PoC, but it's serving me well for many months already. Hope it could be useful or perhaps be used as a startpoint / prototyping of a new "vim-plug" based janus.

https://github.com/brodock/janus-plugged (only NeoVim is supported by now)

brodock avatar Nov 15 '16 17:11 brodock

@brodock why not submit a Pull Request to Janus rather than creating a fork? I intended to do that for a long time now, just my time is very limited lately and I'd appreciate a PR for this.

kalbasit avatar Nov 15 '16 17:11 kalbasit

@kalbasit When I started I had literally no vim scripting knowledge, and I wasn't sure how well would this work or not, so it started as a PoC. There are so many "custom" things janus implement, that I just don't have the bandwidth to actually lead this migration. On top of that, no official word has been made on this topic until today.

I'm happy to help this effort and to bring ideas if this is the direction we are going to take.

brodock avatar Nov 15 '16 18:11 brodock

@brodock my apologies for not having made this clear before (pretty busy lately). I am hoping I will have some bandwidth at the start of 2017 and I would like to start from scratch in a new branch, mostly based on your work. Let me know if you'd like to be included in the development efforts.

kalbasit avatar Nov 16 '16 01:11 kalbasit