fix(util): refactor debouncer

This commit is contained in:
2026-04-19 00:40:24 +02:00
parent a4af5ce66f
commit b4721bb444
5 changed files with 156 additions and 100 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ end
local session = Session.new()
local dispatcher = util.debounce(function(_, trigger_kind, char)
local dispatcher = util.debounce(function(trigger_kind, char)
if vim.fn.mode() ~= "i" then
return
end