return { 'tpope/vim-fugitive', cmd = 'Git', init = function() local u = require('utils') local map = u.set_keymap map('n', 'vg', ':vert Git', { desc = 'Git status' }) end, }