Skip to content

Commit

Permalink
Use config decay
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Feb 21, 2024
1 parent 72395ba commit 057be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspecho/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local timer = vim.loop.new_timer()
local function clear()
timer:stop()
timer:start(
1000,
M.config.decay,
0,
vim.schedule_wrap(function()
last_message = ''
Expand Down

0 comments on commit 057be71

Please sign in to comment.