Skip to content

Commit

Permalink
fix(utils/async): add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Nov 9, 2024
1 parent e8afe77 commit b9f540d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/care/utils/async.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
local async = {}

local uv = vim.loop or vim.uv

--- Returns a function which can be called to execute the callback
--- After the first time executes earliest after `timeout` ms again
---@param fn function
Expand Down

0 comments on commit b9f540d

Please sign in to comment.