mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
refactor: cleanup
This commit is contained in:
parent
37c7163f8d
commit
461552474c
4 changed files with 15 additions and 34 deletions
|
@ -229,14 +229,6 @@ function M.markdown(msg, opts)
|
|||
)
|
||||
end
|
||||
|
||||
---@async
|
||||
---@param ms number
|
||||
function M.sleep(ms)
|
||||
local async = require("lazy.async").current
|
||||
assert(async, "Not in an async context")
|
||||
async:sleep(ms)
|
||||
end
|
||||
|
||||
function M._dump(value, result)
|
||||
local t = type(value)
|
||||
if t == "number" or t == "boolean" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue