feat(diagnostics): change highlight groups to DiagnosticSign... (#2194)

This commit is contained in:
Nghia Le Minh
2022-10-09 14:01:36 +07:00
committed by GitHub
parent 5fadc247c5
commit f174a0367b

View File

@@ -1132,7 +1132,7 @@ function make_entry.gen_from_diagnostics(opts)
local pos = string.format("%4d:%2d", entry.lnum, entry.col)
local line_info = {
(signs and signs[entry.type] .. " " or "") .. pos,
"Diagnostic" .. entry.type,
"DiagnosticSign" .. entry.type,
}
return displayer {