kickstart.nvim/lua/plugins/git-fugitive.lua

7 lines
84 B
Lua

return {
-- Git related plugins
'tpope/vim-fugitive',
'tpope/vim-rhubarb',
}