by ilrwbwrkhv on 5/8/2022, 10:11:41 PM
Another great example of the crazy amount of innovation happening in the NeoVim community. It is really pushing Vim forward.
by pawelduda on 5/9/2022, 9:40:34 AM
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
by fistfucker3000 on 5/9/2022, 12:49:04 AM
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
by diatone on 5/8/2022, 9:53:10 PM
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!
by gigatexal on 5/8/2022, 8:50:34 PM
Intriguing.
Ive been working on a Neovim plugin that fixes my current frustrations with code reviews in the GitHub web UI.
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.
Theres a good amount of initial features outlined in the demonstration video.
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.
Code is here: https://github.com/ldelossa/gh.nvim
Demo is here: https://youtu.be/hhrWwYfMK1I