Shougo / denite.nvim

:dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8
Other
2.06k stars 215 forks source link

RFC: What do you think about relying on vim-rplugin for keeping Vim 8 compatibility? #23

Closed lambdalisue closed 8 years ago

lambdalisue commented 8 years ago

Problems summary

Currently denite.vim support Vim 8 by extending vim module directly but

Recently I made vim-rplugin to solve all problems above. So what do you think about relying on that plugin to support Vim 8? If you are OK with this idea, I will implement the feature sometime ;-)

Pros.

Shougo commented 8 years ago

I don't want to depend on vim-rplugin. But I can include vim-rplugin into denite.nvim.

lambdalisue commented 8 years ago

Ok. Fair enough. vim-rplugin is MIT so you can copy if you like the way :-)

lambdalisue commented 8 years ago

In case while I forgot to mention, vim-rplugin is only required for people who want to use the plugin in vim8 and neovim user never need that.

That why I decide to rely on that plugin for further my products while I decide to use rplugin strategy for main and vim8 support is now optional feature for me.

In case if you mis-understood and thought the vim-rplugin dependency exist also for neovim users.

Shougo commented 8 years ago

I have included rplugin into denite.nvim. It seems better. Thanks.