return { { lazy = false, "tpope/vim-fugitive", dependencies = "tpope/vim-rhubarb", config = function() end, -- Only load when using one of the following commands: keys = { { "gs", "G" }, -- G.it S.tatus { "gd", "G difftool" }, -- G.it D.iff { "gc", "G commit" }, -- G.it C.ommit { "gu", "G push" }, -- G.it push U.pstream { "gp", "G pull" }, -- G.it P.ull { "gf", "G fetch" }, -- G.it F.etch { "ds", "Gvdiffsplit!" }, -- G.it D.iff S.plit { "dh", "diffget //2" }, { "dl", "diffget //3" }, }, }, { "takinoy/yadm.nvim", dependencies = "tpope/vim-fugitive", event = { "BufReadPre" }, config = function() require("yadm").setup({ yadm_dir = vim.fn.expand("$XDG_DATA_HOME/yadm/repo.git"), }) end, }, }