From f174a0367b4fc7cb17710d867e25ea792311c418 Mon Sep 17 00:00:00 2001 From: Nghia Le Minh Date: Sun, 9 Oct 2022 14:01:36 +0700 Subject: [PATCH] feat(diagnostics): change highlight groups to DiagnosticSign... (#2194) --- lua/telescope/make_entry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index 06b469a..409da21 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -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 {