Skip to content

Commit

Permalink
feat(git): Add diffview.nvim (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Jul 13, 2023
1 parent ef4563e commit b44513b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/astrocommunity/git/diffview-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.

**Repository:** <https://github.com/sindrets/diffview.nvim>

5 changes: 5 additions & 0 deletions lua/astrocommunity/git/diffview-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
"sindrets/diffview.nvim",
event = "User AstroGitFile",
cmd = { "DiffviewOpen" },
}

0 comments on commit b44513b

Please sign in to comment.