Skip to content

Commit

Permalink
feat(git): Add git-blame (AstroNvim#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored and owittek committed Apr 4, 2023
1 parent e96c796 commit f44bc3f
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 f44bc3f

Please sign in to comment.