mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
feat!: removed the LazyUpdate etc commands. sub-commands only from now on
This commit is contained in:
parent
b89e6bffd2
commit
d4aee2715f
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue