return { 'kdheepak/lazygit.nvim', config = function () require("legendary").keymaps{ {"gg", ":LazyGit", description = "Open lazygit", opts = {silent = true}} } end }