return { "tpope/vim-fugitive", dependencies = "tpope/vim-rhubarb", -- Only enable when in a git repo keys = { { "gs", "G" }, -- G.it S.tatus { "gd", "G difftool" }, -- G.it D.iff { "gm", "Gvdiffsplit!" }, -- G.it M.erge { "gc", "G commit" }, -- G.it C.ommit { "gpu", "G push" }, -- G.it P.ush U.pstream { "gpl", "G pull" }, -- G.it P.ull L.atest }, }