u/ApprehensivePride66

▲ 7 r/neovim

Hey, I made a small plugin: https://github.com/eltonsst/local-review.nvim

It lets you leave inline virtual comments on the line you’re reading in Neovim, a bit like review comments in a merge request, but fully local. I’ve found it useful when reviewing code generated by agents without leaving the terminal. You can do something similar in the Codex app, but not in the CLI as far as I know. Once you’re done reviewing, `:LocalReviewDone` copies a compact list of comments to the clipboard, which you can paste back into the CLI.

Curious if anyone else has a similar workflow, or if there’s a better way to handle this locally!
To be fair I took inspiration from this project https://github.com/yoshiko-pg/difit but it's not related to neovim :)

u/ApprehensivePride66 — 8 days ago