Skip to content

Commit

Permalink
feat(git): Add git-blame (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Mar 29, 2023
1 parent 52b1da3 commit c6771c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/git/git-blame/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# git-blame.nvim

**Repository:** <https://github.com/f-person/git-blame.nvim>

Adds git-blame info to all lines.
4 changes: 4 additions & 0 deletions lua/astrocommunity/git/git-blame/git-blame.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"f-person/git-blame.nvim",
event = "User AstroFile",
}

0 comments on commit c6771c0

Please sign in to comment.