Ive been working on a Neovim plugin that fixes my current frustrations with code reviews in the GitHub web UI.<p>Its called "gh.nvim" and is a full featured GitHub integration for performing code reviews in Neovim.
It takes a "commit-wise" approach, which is useful in most professional OSS projects where commits are the defining structure of the pull request.<p>Theres a good amount of initial features outlined in the demonstration video.<p>Gh.nvim is very new, and probably has a fair amount of bugs still, however I use it daily at this point. Could use some testers to find bugs/report issues/contribute fixes etc.<p>Code is here: https://github.com/ldelossa/gh.nvim<p>Demo is here:
https://youtu.be/hhrWwYfMK1I
This example of great community work is why I would pick Neovim over all other flavors. On the other hand, GitHub-specific tooling like this makes me sad that nowadays I have to use Bitbucket because of client's infra
An interesting tool for sure. One thing that makes me not want to use it is the forcing of browsing commit by commit. Seeing the whole pull request makes much more sense foe my workflow
This is so cool! I’ve wanted something like this for ages now and was shy to build it. Really looking forward to getting stuck into this, thanks for taking that huge first step!