1return { 2 "kdheepak/lazygit.nvim", 3 lazy = true, 4 keys = { 5 { "<leader>lg", "<Cmd>LazyGit<CR>", desc = "Open Lazygit" }, 6 }, 7}