add lazy git plugin

probably will configure it as well, this app looks kinda cool
This commit is contained in:
Lucas Barbieri 2023-08-01 20:45:09 -03:00
parent 6afe9d61c3
commit 81ba3ef493

View File

@ -0,0 +1,7 @@
return {
"kdheepak/lazygit.nvim",
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",
},
}