mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 09:01:16 +00:00
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 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