Skip to content

Commit 0130f1b

Browse files
committed
fix: when refactor code not render at the time
1 parent 09476e2 commit 0130f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/hlchunk/mods/indent/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local class = require("hlchunk.utils.class")
44
local indentHelper = require("hlchunk.utils.indentHelper")
55
local Scope = require("hlchunk.utils.scope")
66
local Cache = require("hlchunk.utils.cache")
7-
local throttle = require("hlchunk.utils.timer").throttle
7+
local throttle = require("hlchunk.utils.timer").debounce_throttle
88
local cFunc = require("hlchunk.utils.cFunc")
99

1010
local api = vim.api

0 commit comments

Comments
 (0)