refactor: use vim.uv

This commit is contained in:
Christian Clason 2023-06-03 12:08:14 +02:00
parent 70910f335f
commit ee1e991ae2
9 changed files with 40 additions and 62 deletions

View file

@ -104,7 +104,7 @@ local function install_health()
end
end
vim.health.start('OS Info:\n' .. vim.inspect(vim.loop.os_uname()))
vim.health.start('OS Info:\n' .. vim.inspect(vim.uv.os_uname()))
end
local function query_status(lang, query_group)