return { 'tpope/vim-fugitive', keys = { { 'gg', ':Git', 'Git Status' }, { 'gc', function() if vim.bo.filetype == 'fugitive' then vim.cmd.close() end vim.cmd("Git commit") end, '(g)it (c)ommit' } }, cmd = 'Git' }