Skip to content

Commit

Permalink
feat(git): add blame.nvim (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge authored Aug 22, 2023
1 parent 4225f20 commit 9b0e09c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/git/blame-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# blame.nvim

Neovim fugitive style git blame plugin

**Repository**: <https://github.com/FabijanZulj/blame.nvim>

Adds git blame visualizer.
4 changes: 4 additions & 0 deletions lua/astrocommunity/git/blame-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"FabijanZulj/blame.nvim",
event = "User AstroGitFile",
}

0 comments on commit 9b0e09c

Please sign in to comment.