return { -- Git utility 'tpope/vim-fugitive', config = function() { vim.keymap.set("n", "gs", vim.cmd.Git, { desc = "Show git summary" } ) } }