return { 'tpope/vim-fugitive', config = function () -- TODO: Add most commonly used fugitive bindings require("legendary").keymaps{ {"gg", ":G", description = "Open fugitive", opts = {silent = true}} } end }