Add pull action to dashboard
This commit is contained in:
parent
d89ebcd483
commit
6291dad86d
|
@ -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",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue