From 5aacb06135a952190933f9bfff923957db8965db Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Tue, 22 Nov 2022 21:10:40 +0100 Subject: 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. --- lua/nvim-treesitter/health.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua index e308889c4..9501008df 100644 --- a/lua/nvim-treesitter/health.lua +++ b/lua/nvim-treesitter/health.lua @@ -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) -- cgit v1.2.3-70-g09d2