Skip to content

Commit

Permalink
fixup! TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke committed Aug 29, 2023
1 parent e536ba4 commit 554db14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/indent_blankline/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ local debounced_refresh = setmetatable({
bufnr = utils.get_bufnr(bufnr)
local config = conf.get_config(bufnr)
if not self.timers[bufnr] or self.timers[bufnr]:is_closing() then
---@diagnostic disable-next-line:undefined-field
self.timers[bufnr] = vim.uv.new_timer()
end
self.timers[bufnr]:start(config.debounce, 0, function()
Expand Down

0 comments on commit 554db14

Please sign in to comment.