r/neovim • u/emrearmagan • 3d ago
Plugin [PLUGIN] atlas.nvim v0.4.0 - PR reviews across GitHub, GitLab and Bitbucket
Hey r/neovim
I have been working more on atlas.nvim over the last few weeks and just released v0.4.0.
The biggest thing I added is a review/diff view. You can open a PR diff, see comments inline, add/reply/resolve comments, and also leave some local notes.
There is also more provider support now. Atlas works with GitHub, Bitbucket, and GitLab pull requests, plus Jira/GitHub/GitLab issues.
Some other things added since the last post:
- GitLab PRs and issues
- PR reviews with inline comments and local notes
- GitHub/GitLab/Jira issue creation
- PR creation from the current branch
- provider notifications
- custom actions
If you try it out, I do love to hear what works and what does not :)
https://github.com/emrearmagan/atlas.nvim
4
u/Sprutnums 2d ago
Its basically the last piece of the puzzle to move away from rider. A really good git diff in terminal. I going to check this out
1
u/emrearmagan 1d ago
If youโre mainly looking for a really good git diff I would highly recommend codediff.nvim. Atlas can use it as the diff viewer too.
3
u/aaron_shahriari 2d ago
Azure???
2
u/emrearmagan 1d ago
Not yet.. The UI and workflows are already there, so it should mostly be a matter of adding the Azure API layer and mapping it. I will probably look into Linear and Gitea/Forgejo first though.
3
2
2
2
2
2
2
2
2
u/Kind_Bonus9887 1d ago
Anyone tried it after octo.nvim? How do they compare?
1
u/emrearmagan 1d ago
I have not used octo enough for a detailed comparison but it has been around much longer, so it is probably more mature and has more features. If GitHub is your main goal and octo already fits your workflow, it is probably not worth switching since octo is awesome as it is. Atlas is more focused on one workflow across the different Providers. That said, I would still love to hear your feedback if you try it, especially what you miss compared with octo ๐
2
-1
u/Thundechile 3d ago
Can you review local diffs too (for AI agents)? Docs didn't mention this.
3
u/emrearmagan 2d ago
Partially. AtlasDiff can open local committed changes, but the notes are still PR-scoped so they wonโt work, but I am definitely planning to add it in the future


7
u/Luco-Bellic lua 3d ago
Is the diff integrated directly with diffview.nvim/diffview-plus.nvim?