nvim: statusline: vim.loop has been renamed to vim.uv

This commit is contained in:
Sanchayan Maity 2023-06-22 17:16:23 +05:30
parent 9d8130d160
commit c1e4b234fb
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local update_gstatus = function()
end
if _G.Gstatus_timer == nil then
_G.Gstatus_timer = vim.loop.new_timer()
_G.Gstatus_timer = vim.uv.new_timer()
else
_G.Gstatus_timer:stop()
end