14 lines
240 B
Lua
14 lines
240 B
Lua
|
return {
|
||
|
{
|
||
|
"tpope/vim-fugitive",
|
||
|
},
|
||
|
{
|
||
|
"tpope/vim-rhubarb",
|
||
|
dependencies = "tpope/vim-fugitive",
|
||
|
},
|
||
|
{
|
||
|
"shumphrey/fugitive-gitlab.vim",
|
||
|
dependencies = "tpope/vim-fugitive",
|
||
|
},
|
||
|
}
|