return { 'kdheepak/lazygit.nvim', lazy = true, cmd = { 'LazyGit', 'LazyGitConfig', 'LazyGitCurrentFile', 'LazyGitFilter', 'LazyGitFilterCurrentFile', }, dependencies = { 'nvim-lua/plenary.nvim', }, keys = { { 'gg', 'LazyGit', desc = 'Lazygit (Root Dir)' }, { 'gf', 'LazyGitFilterCurrentFile', desc = 'Lazygit Current File History' }, { 'gl', 'LazyGitFilter', desc = 'Lazygit log' }, { 'gb', 'Gitsigns blame', desc = 'Git blame' }, { 'gs', 'Telescope git_status', desc = 'Git Status' }, }, }