nvim-tree / nvim-web-devicons

lua `fork` of vim-web-devicons for neovim
MIT License
1.98k stars 183 forks source link

get_icon function stops working when using custom telescope picker #222

Closed siduck closed 1 year ago

siduck commented 1 year ago

Hi guys, did the get_icon function change in this commit ?

this require("nvim-web-devicons").get_icon("default_icon") doesnt work for me when I open my custom telecscope picker ( On this commit ) and i use that function in my custom tabline module too, if it fails then tabline crashes.

but it works fine in the previous commit

https://0x0.st/HzCF.mp4

gegoune commented 1 year ago

Could you please provide reproducible configuration and required steps?

siduck commented 1 year ago

nevermind i fixed it at my end