tamago324/lir.nvim

Folder icon doesn't appear correctly

Closed this issue · 3 comments

eaxly commented

image
In the above screenshot src/ is a folder, but the icon doesn't show correctly.
My Configuration is copy and pasted from the README of lir.nvim.

eaxly commented

All other icons seem to appear correctly.

eaxly commented

Found a workaround when adding this to my packer config:

use { "kyazdani42/nvim-web-devicons", commit = "c8ce86df2ee0f5bb455c4188c8a4c77d3c9ef714" }

It seemed that I needed to use require'nvim-web-devicons'.set_icon(...) instead of require'nvim-web-devicons'.setup(...).
README.md is now fixed.