return { 'tpope/vim-fugitive', config = function() vim.keymap.set('n', 'G', 'vertical G', { desc = '[G]it Fugitive' }) end, }