Skip to content

Commit

Permalink
remove dup var
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Badragan authored and MagicDuck committed May 15, 2024
1 parent 43de527 commit c93e9ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/grug-far/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ local uv = vim.loop
local is_win = vim.api.nvim_call_function("has", { "win32" }) == 1
local M = {}

local uv = vim.loop
function M.setTimeout(callback, timeout)
local timer = uv.new_timer()
timer:start(timeout, 0, function()
Expand Down

0 comments on commit c93e9ba

Please sign in to comment.