Skip to content

Commit

Permalink
feat(git): Add mini.git (#1012)
Browse files Browse the repository at this point in the history
* feat(git): Add `mini.git`

* Apply suggestions from code review

Co-authored-by: Micah Halter <[email protected]>

* Update lua/astrocommunity/git/mini-git/init.lua

---------

Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
Uzaaft and mehalter authored May 30, 2024
1 parent 4b149f1 commit b85974c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/git/mini-git/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# mini.git

Neovim Lua plugin to automate tracking of Git related data.

**Repository:** <https://github.com/echasnovski/mini-git>

Git integration
8 changes: 8 additions & 0 deletions lua/astrocommunity/git/mini-git/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---@type LazySpec
return {
"echasnovski/mini-git",
main = "mini.git",
event = "User AstroGitFile",
cmd = "Git",
opts = {},
}

0 comments on commit b85974c

Please sign in to comment.