summaryrefslogtreecommitdiff
path: root/lua/plugins/extra/vim-fugitive.lua
blob: d1f8a5aeff1ab7330777fd7eb8b7af2d71a0482a (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" },
	},
}