Skip to content
Snippets Groups Projects
Commit 5347e7aa authored by Alfred Burgess's avatar Alfred Burgess
Browse files

Lazy Git

Added lazygit to the git system
@todo : ask it to install it if not installed, or check if it is installed
parent d5d0ccf6
Branches
No related merge requests found
......@@ -6,4 +6,13 @@ return {
"aaronhallaert/advanced-git-search.nvim",
dependencies = { "nvim-telescope/telescope.nvim" }
},
{
{
"kdheepak/lazygit.nvim",
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",
},
},
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment