feat: add Neovim updater shortcut keys

This commit is contained in:
2024-09-14 15:21:38 -04:00
parent 3689c29aae
commit 22aa2b890a
2 changed files with 20 additions and 7 deletions
+5
View File
@@ -283,6 +283,11 @@ M.groups = {
group = "CodeActions",
icon = { icon = "", color = "yellow" },
},
{ -- Neovim Updater menu
lhs = "<leader>qu",
group = "Neovim Updater",
icon = { icon = "", color = "red" },
},
}
M.gx = {