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 and Uzaaft committed Aug 29, 2023
1 parent f663252 commit c8cbed5
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 c8cbed5

Please sign in to comment.