mirror of
https://github.com/tomru/lazyvim.git
synced 2026-03-03 14:37:18 +01:00
11 lines
177 B
Lua
11 lines
177 B
Lua
return {
|
|
{
|
|
"tpope/vim-fugitive",
|
|
keys = {
|
|
-- Run API request
|
|
{ "<leader>gg", "<cmd>Git<CR>", desc = "Git Fugitive" },
|
|
},
|
|
},
|
|
"tpope/vim-rhubarb",
|
|
}
|