fix(health): "Create bug report" button

This commit is contained in:
Justin M. Keyes
2026-05-20 13:29:36 +02:00
parent 74ea3875b4
commit e446779726

View File

@@ -723,7 +723,7 @@ local function check_sysinfo()
vim.ui.open(issue_url)
end
vim.wo[win].winbar =
'%#WarningMsg#%@v:lua.nvim_health_bugreport_open@Click to Create Bug Report on GitHub%X%*'
'%#WarningMsg#%@v:lua.nvim_health_bugreport_open@ Create Bug Report on GitHub%X%*'
vim.api.nvim_create_autocmd('BufDelete', {
buf = buf,