summaryrefslogtreecommitdiff
path: root/lua/plugins/extra/vim-fugitive.lua
blob: 70d314639410c4e9bdeb81d41fea47aa850a7fac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
   {
      "shumphrey/fugitive-gitlab.vim",
      cmd = "GBrowse",
      config = function()
         vim.g.fugitive_gitlab_domains = { "https://gitlab.otters.xyz" }
      end,
   },

   {
      "tpope/vim-fugitive",
      dependencies = { "tpope/vim-rhubarb", "fugitive-gitlab.vim" },
   },
}