refactor(nvim): start alpha redraw loop after 1 sec
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 40s

This commit is contained in:
Price Hiller 2025-01-02 11:08:55 -06:00
parent 4bc0a7148e
commit e2e8004ff7
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -251,7 +251,7 @@ return {
local alpha_timer = vim.loop.new_timer() local alpha_timer = vim.loop.new_timer()
---@diagnostic disable-next-line: need-check-nil ---@diagnostic disable-next-line: need-check-nil
alpha_timer:start( alpha_timer:start(
50, 1000,
1000, 1000,
vim.schedule_wrap(function() vim.schedule_wrap(function()
---@diagnostic disable-next-line: param-type-mismatch ---@diagnostic disable-next-line: param-type-mismatch