return { "kdheepak/lazygit.nvim", --cmd = { -- "LazyGit", -- "LazyGitConfig", -- "LazyGitCurrentFile", -- "LazyGitFilter", -- "LazyGitFilterCurrentFile", --}, dependencies = { "nvim-lua/plenary.nvim", "folke/which-key.nvim", }, config = function() require('which-key').add({ { "g", group = "git" }, { "gb", "Telescope git_branches", desc = "Branches" }, { "gg", "Telescope git_commits", desc = "LazyGit" }, { "gl", "LazyGit", desc = "Commits" }, { "gs", "Telescope git_status", desc = "Status" }, }) end }