ldelossa / gh.nvim

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

Original side of diff is empty #108

Closed m42e closed 7 months ago

m42e commented 7 months ago

Hi,

thanks for the great plugin, still most of the times, probably on larger PRs, i do not get a proper diff view and only the new file contents is diplayed and no diff.

Is there a good point where to look at? In the code, in the debug log to spot what is going wrong?

Thanks a lot

m42e commented 7 months ago

Ok, looks like the base provided by github is not fetched, after fetching it it showed the proper diff.