mirror of
https://github.com/tomru/lazyvim.git
synced 2026-03-03 06:27:16 +01:00
add git related plugins
This commit is contained in:
10
lua/plugins/git.lua
Normal file
10
lua/plugins/git.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"tpope/vim-fugitive",
|
||||
keys = {
|
||||
-- Run API request
|
||||
{ "<leader>gg", "<cmd>Git<CR>", desc = "Git Fugitive" },
|
||||
},
|
||||
},
|
||||
"tpope/vim-rhubarb",
|
||||
}
|
||||
Reference in New Issue
Block a user