local M = { 'tpope/vim-fugitive' } M.cmd = { 'G', 'Git', } M.keys = { { 'gS', 'tab Git', desc = ' [S]status with fugitive' }, { 'gb', 'Git blame', desc = ' [b]lame' } } return M