♻️ refactor(nvim-updater): no need to specify cmds
don't lazy-load the updater
This commit is contained in:
@@ -8,10 +8,6 @@ return { -- Neovim Updater
|
|||||||
branch = "master",
|
branch = "master",
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
cmd = {
|
|
||||||
"UpdateNeovim",
|
|
||||||
"RemoveNeovimSource",
|
|
||||||
},
|
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"<Leader>quU",
|
"<Leader>quU",
|
||||||
|
|||||||
Reference in New Issue
Block a user