Adding lazygit back for a nice ui.

This commit is contained in:
Dan Chadwick
2025-08-27 09:41:54 -04:00
parent 69ec44c865
commit 3eef18f9cd
3 changed files with 19 additions and 11 deletions

6
lua/plugins/lazygit.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
"kdheepak/lazygit.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
}
}