diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index 04666ff..87bdc80 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -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