fixed dir icon for nerd fonts

This commit is contained in:
Rudis Muiznieks 2022-03-03 13:01:31 -06:00
parent 21bd2dfb60
commit 6c395acfaa
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ return telescope.register_extension {
if is_dir(entry.value) then
display = display .. os_sep
if not opts.disable_devicons then
display = (opts.dir_icon or "🗀") .. " " .. display
display = (opts.dir_icon or "") .. " " .. display
hl_group = "Default"
end
else