Merge pull request #13 from LamprosPitsillos/patch-1

Replaced `?` with file icon
This commit is contained in:
Steven Arcangeli 2023-01-04 08:48:43 -08:00 committed by GitHub
commit 972ee81179
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 icon
local hl local hl
icon, hl = devicons.get_icon(name) icon, hl = devicons.get_icon(name)
icon = icon or "?" icon = icon or ""
return { icon .. " ", hl } return { icon .. " ", hl }
end end
end, end,