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:
parent
9dbf18a524
commit
e106e1b572
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue