Skip to content

Commit da7bbeb

Browse files
committed
fix: Change lnum:col's hl group
1 parent 26fcbcd commit da7bbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/zk/pickers/telescope.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function M.show_note_grep_picker(opts)
124124
display = function(entry)
125125
return displayer({
126126
{ entry.title, "TelescopeResultsIdentifier" },
127-
{ tostring(entry.lnum) .. ':' .. tostring(entry.col), "TelescopeResultsNumber"},
127+
{ tostring(entry.lnum) .. ':' .. tostring(entry.col), "TelescopeResultsLineNr"},
128128
{ entry.text, "TelescopeResultsNormal" },
129129
})
130130
end,

0 commit comments

Comments
 (0)