♻️ refactor(nvim-updater): no need to specify cmds

don't lazy-load the updater
This commit is contained in:
2024-09-14 03:37:18 -04:00
parent b6e3fb4965
commit 3689c29aae
-4
View File
@@ -8,10 +8,6 @@ return { -- Neovim Updater
branch = "master",
})
end,
cmd = {
"UpdateNeovim",
"RemoveNeovimSource",
},
keys = {
{
"<Leader>quU",