added some new git commands for fugitive to autoload
This commit is contained in:
@@ -9,5 +9,9 @@ return {
|
|||||||
vim.cmd("Git commit")
|
vim.cmd("Git commit")
|
||||||
end, '(g)it (c)ommit' }
|
end, '(g)it (c)ommit' }
|
||||||
},
|
},
|
||||||
cmd = 'Git'
|
cmd = {
|
||||||
|
'Git',
|
||||||
|
'Gread',
|
||||||
|
'Gbrowse'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user