refactor(nvim): start alpha redraw loop after 1 sec
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 40s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 40s
This commit is contained in:
parent
4bc0a7148e
commit
e2e8004ff7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user