Skip to content

Commit d4aee27

Browse files
committed
feat!: removed the LazyUpdate etc commands. sub-commands only from now on
1 parent b89e6bf commit d4aee27

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lua/lazy/view/commands.lua

-10
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,6 @@ function M.setup()
8181
end, vim.tbl_keys(M.commands))
8282
end,
8383
})
84-
85-
for name in pairs(M.commands) do
86-
local cmd = "Lazy" .. name:sub(1, 1):upper() .. name:sub(2)
87-
88-
vim.api.nvim_create_user_command(cmd, function()
89-
M.cmd(name)
90-
end, {
91-
desc = "Lazy " .. name,
92-
})
93-
end
9484
end
9585

9686
return M

0 commit comments

Comments
 (0)