2025-05-22 23:49:23 +08:00

13 lines
233 B
Lua

-- git support stuff
--
return {
{
"tpope/vim-fugitive",
cmd = {
"G",
"Git",
"Gedit", "Gdiffsplit", "Gread", "Gwrite", "GMove", "Ggrep", "GDelete", "GBrowse"
}
},
}