mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-13 01:20:49 +00:00
fix: icon highlights (broken on nightly) (#2522)
(cherry picked from commit 057ee0f878)
This commit is contained in:
committed by
Simon Hauser
parent
fccfbbb6a6
commit
1c951e27e1
@@ -163,7 +163,7 @@ do
|
||||
display, hl_group, icon = utils.transform_devicons(entry.value, display, disable_devicons)
|
||||
|
||||
if hl_group then
|
||||
return display, { { { 1, #icon }, hl_group } }
|
||||
return display, { { { 0, #icon }, hl_group } }
|
||||
else
|
||||
return display
|
||||
end
|
||||
@@ -326,7 +326,7 @@ do
|
||||
)
|
||||
|
||||
if hl_group then
|
||||
return display, { { { 1, #icon }, hl_group } }
|
||||
return display, { { { 0, #icon }, hl_group } }
|
||||
else
|
||||
return display
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user