nvim: statusline: vim.loop has been renamed to vim.uv
This commit is contained in:
parent
9d8130d160
commit
c1e4b234fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue