added some new git commands for fugitive to autoload

This commit is contained in:
2025-12-25 08:59:53 +01:00
parent 56b0f4d312
commit 0d7c392b47

View File

@@ -9,5 +9,9 @@ return {
vim.cmd("Git commit")
end, '(g)it (c)ommit' }
},
cmd = 'Git'
cmd = {
'Git',
'Gread',
'Gbrowse'
}
}