fix(util): refactor debouncer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user