add git related plugins

This commit is contained in:
Thomas Ruoff
2024-01-30 23:07:33 +01:00
parent 6315965988
commit e0c4b55820

10
lua/plugins/git.lua Normal file
View File

@@ -0,0 +1,10 @@
return {
{
"tpope/vim-fugitive",
keys = {
-- Run API request
{ "<leader>gg", "<cmd>Git<CR>", desc = "Git Fugitive" },
},
},
"tpope/vim-rhubarb",
}