Folder icon doesn't appear correctly
Closed this issue · 3 comments
eaxly commented
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" }
tamago324 commented
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.