Nvim: add lazygit

This commit is contained in:
Marko Korhonen 2025-07-18 10:22:08 -05:00
parent 08374ad62e
commit 9c73eb4fea
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -0,0 +1,17 @@
return {
"kdheepak/lazygit.nvim",
lazy = true,
cmd = {
"LazyGit",
"LazyGitConfig",
"LazyGitCurrentFile",
"LazyGitFilter",
"LazyGitFilterCurrentFile",
},
dependencies = {
"nvim-lua/plenary.nvim",
},
keys = {
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" },
},
}