-- Plugin for calling lazygit from within neovim. -- https://github.com/kdheepak/lazygit.nvim return { "kdheepak/lazygit.nvim", cmd = { "LazyGit", "LazyGitConfig", "LazyGitCurrentFile", "LazyGitFilter", "LazyGitFilterCurrentFile", }, dependencies = { "nvim-lua/plenary.nvim", }, keys = { { "lg", "LazyGit", desc = "LazyGit" }, }, }