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 0f29b97 commit 60a3ad9Copy full SHA for 60a3ad9
lua/lsp-status/redraw.lua
@@ -16,7 +16,6 @@ local function redraw()
16
local now = vim.loop.now()
17
if last_redraw == nil or now - last_redraw >= config.update_interval then
18
vim.loop.timer_stop(timer)
19
- timer_going = false
20
redraw_callback(now)
21
elseif not timer_going then
22
timer_going = true
0 commit comments