mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
chore: print OS version on health report
Often we get issue report without knowing which version of Windows or Linux or MacOS they are running.
This commit is contained in:
parent
67332894ef
commit
5aacb06135
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ local function install_health()
|
|||
)
|
||||
end
|
||||
end
|
||||
|
||||
health.report_start("OS Info:\n" .. vim.inspect(vim.loop.os_uname()))
|
||||
end
|
||||
|
||||
local function query_status(lang, query_group)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue