nvim-config/lua/plugins/plugin-git.lua

21 lines
313 B
Lua
Raw Normal View History

2024-06-08 04:17:10 +00:00
return {
{
"tpope/vim-fugitive",
cmd = {
"G",
"Git",
"Gdiffsplit",
"Gread",
"Gwrite",
"Ggrep",
"GMove",
"GDelete",
"GBrowse",
"GRemove",
"GRename",
"Glgrep",
"Gedit"
}
}
}