Merge pull request #13 from LamprosPitsillos/patch-1
Replaced `?` with file icon
This commit is contained in:
commit
972ee81179
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue