Add diff to main command

This commit is contained in:
Fábio André Damas 2025-09-04 08:21:26 +01:00
parent f6fa63ecb9
commit e03c864b4a
2 changed files with 11 additions and 7 deletions

View file

@ -72,6 +72,10 @@ return {
desc = "Diffview since develop branch",
cmd = ":DiffviewOpen develop...<CR>"
},
{
desc = "Diffview since main branch",
cmd = ":DiffviewOpen main...<CR>"
},
{
cmd = ":UndotreeToggle<CR>",
desc = "Undotree",