Add pull action to dashboard

This commit is contained in:
Evie Litherland-Smith 2023-04-20 11:44:51 +01:00
parent d89ebcd483
commit 6291dad86d

View file

@ -37,6 +37,14 @@ return {
action = "Neogit commit", action = "Neogit commit",
key = "c", key = "c",
}, },
{
icon = "",
icon_hl = "@variable",
desc = "Git pull",
group = "Label",
action = "Neogit pull",
key = "p",
},
}, },
}, },
} }