kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
617 stars 40 forks source link

[Feature] Nvim Tree integration #54

Closed volga629-1 closed 6 months ago

volga629-1 commented 7 months ago

Hello Everyone, This is request to integrate with Nvim Tree, that connection tree list will be open under same tree as Nvim Tree for easy navigation.

kndndrj commented 7 months ago

Hi @volga629-1,

thanks for the suggestion, however I fail to see how this is desirable. Even if it is, I think it's an integration which (imo) does not belong in dbee.

If we start supporting nvim-tree, we must also support nerdtree, neotree and netrw and probably even more.

I'm still prepared to hear any additional arguments in favor of this kind on integration though.

Thanks.

volga629-1 commented 7 months ago

Then main argument is to integrate with most common one. Just to have logical completion for the plugin ( seamless start ).

kndndrj commented 6 months ago

Sorry, but I think this doesn't belong in the "core" repo. This seems more like something an extension would do.

Closing because of that.