Skip to content

Commit

Permalink
feat(git): Add mini.git
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed May 30, 2024
1 parent 4b149f1 commit 77b729b
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",
event = "User AstroFile",
cmd = { "Git" },
version = false,
main = "mini.git",
}

0 comments on commit 77b729b

Please sign in to comment.