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

(cherry picked from commit f174a0367b)
This commit is contained in:
Nghia Le Minh
2022-10-09 14:01:36 +07:00
committed by Simon Hauser
parent 50461b86c0
commit c0894883fb
+1 -1
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 {