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

View file

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