ldelossa / gh.nvim

A fully featured GitHub integration for performing code reviews in Neovim.
MIT License
514 stars 23 forks source link

Bitbucket integration #65

Open ofirgall opened 1 year ago

ofirgall commented 1 year ago

Hey, how hard will it be to integrate this plugin with bitbucket's pull requests and reviews?

ldelossa commented 1 year ago

It would be quite a large effort. Theres no abstraction layer between GitHub API schemas and the business logic. So the API models are referenced everywhere.