fix: icon highlights (broken on nightly) (#2522)
This commit is contained in:
@@ -163,7 +163,7 @@ do
|
|||||||
display, hl_group, icon = utils.transform_devicons(entry.value, display, disable_devicons)
|
display, hl_group, icon = utils.transform_devicons(entry.value, display, disable_devicons)
|
||||||
|
|
||||||
if hl_group then
|
if hl_group then
|
||||||
return display, { { { 1, #icon }, hl_group } }
|
return display, { { { 0, #icon }, hl_group } }
|
||||||
else
|
else
|
||||||
return display
|
return display
|
||||||
end
|
end
|
||||||
@@ -333,7 +333,7 @@ do
|
|||||||
)
|
)
|
||||||
|
|
||||||
if hl_group then
|
if hl_group then
|
||||||
return display, { { { 1, #icon }, hl_group } }
|
return display, { { { 0, #icon }, hl_group } }
|
||||||
else
|
else
|
||||||
return display
|
return display
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user