nixos/config/nvim/lua/plugins/fugitive.lua

14 lines
240 B
Lua
Raw Normal View History

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