We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09476e2 commit 0130f1bCopy full SHA for 0130f1b
lua/hlchunk/mods/indent/init.lua
@@ -4,7 +4,7 @@ local class = require("hlchunk.utils.class")
4
local indentHelper = require("hlchunk.utils.indentHelper")
5
local Scope = require("hlchunk.utils.scope")
6
local Cache = require("hlchunk.utils.cache")
7
-local throttle = require("hlchunk.utils.timer").throttle
+local throttle = require("hlchunk.utils.timer").debounce_throttle
8
local cFunc = require("hlchunk.utils.cFunc")
9
10
local api = vim.api
0 commit comments