TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Gh.nvim – A fully featured GitHub integration for Neovim

14 点作者 ldelossa大约 3 年前
Ive been working on a Neovim plugin that fixes my current frustrations with code reviews in the GitHub web UI.<p>Its called &quot;gh.nvim&quot; and is a full featured GitHub integration for performing code reviews in Neovim. It takes a &quot;commit-wise&quot; 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&#x2F;report issues&#x2F;contribute fixes etc.<p>Code is here: https:&#x2F;&#x2F;github.com&#x2F;ldelossa&#x2F;gh.nvim<p>Demo is here: https:&#x2F;&#x2F;youtu.be&#x2F;hhrWwYfMK1I

5 条评论

ilrwbwrkhv大约 3 年前
Another great example of the crazy amount of innovation happening in the NeoVim community. It is really pushing Vim forward.
pawelduda大约 3 年前
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&#x27;s infra
fistfucker3000大约 3 年前
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
评论 #31313311 未加载
diatone大约 3 年前
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!
gigatexal大约 3 年前
Intriguing.