Replaced ? with file icon

`?` makes it seem like some error has occurred, and since everything is an icon why not this one
This commit is contained in:
LamprosPitsillos 2023-01-04 14:52:14 +02:00 committed by GitHub
parent 9dbf18a524
commit e106e1b572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ if has_devicons then
local icon
local hl
icon, hl = devicons.get_icon(name)
icon = icon or "?"
icon = icon or ""
return { icon .. " ", hl }
end
end,