fixed folder icon
This commit is contained in:
parent
06443c8e01
commit
21bd2dfb60
|
@ -64,7 +64,7 @@ return telescope.register_extension {
|
||||||
if is_dir(entry.value) then
|
if is_dir(entry.value) then
|
||||||
display = display .. os_sep
|
display = display .. os_sep
|
||||||
if not opts.disable_devicons then
|
if not opts.disable_devicons then
|
||||||
display = (opts.dir_icon or "") .. " " .. display
|
display = (opts.dir_icon or "🗀") .. " " .. display
|
||||||
hl_group = "Default"
|
hl_group = "Default"
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|
Reference in New Issue