return { { "tpope/vim-fugitive", lazy = false, keys = { -- replaced by telescope -- { "gg", "Ggrep ", desc = "Git grep" }, { "gb", "G blame", desc = "Git blame" }, { "gll", "G log --graph --format='%h (%ar) %s :: %aN <%aE>'", desc = "Git blame" }, { "glx", "Gclog -- %" }, { "gl0", "0Gclog -- %" }, }, }, -- Github integration for :GBrowse { "tpope/vim-rhubarb" }, -- Gitea integration for :GBrowse { "borissov/fugitive-gitea" }, -- Gitlab integration for :GBrowse { "shumphrey/fugitive-gitlab.vim" }, -- Bitbucket integration for :GBrowse { "tommcdo/vim-fubitive" }, }