nvim-config/lua/plugins/git-fugitive.lua
2024-08-01 15:38:10 +01:00

6 lines
84 B
Lua

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