Skip to content

Commit

Permalink
feat!: removed the LazyUpdate etc commands. sub-commands only from no…
Browse files Browse the repository at this point in the history
…w on
  • Loading branch information
folke committed Dec 19, 2022
1 parent b89e6bf commit d4aee27
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lua/lazy/view/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@ function M.setup()
end, vim.tbl_keys(M.commands))
end,
})

for name in pairs(M.commands) do
local cmd = "Lazy" .. name:sub(1, 1):upper() .. name:sub(2)

vim.api.nvim_create_user_command(cmd, function()
M.cmd(name)
end, {
desc = "Lazy " .. name,
})
end
end

return M

0 comments on commit d4aee27

Please sign in to comment.