mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 21:30:06 -04:00
refactor: use vim.uv
This commit is contained in:
parent
70910f335f
commit
ee1e991ae2
9 changed files with 40 additions and 62 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue