nvim-tree / nvim-web-devicons

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

Run nerdfix to replace deprecated nerdfont icons #242

Closed mrjones2014 closed 1 year ago

mrjones2014 commented 1 year ago

https://github.com/loichyan/nerdfix

This tool will ensure you are using the up to date icons that are in the private use unicode range.

mrjones2014 commented 1 year ago

You can run nerdfix --fix path/to/file.lua and it will suggest replacement icons for you.

gegoune commented 1 year ago

Related to https://github.com/nvim-tree/nvim-web-devicons/issues/192?

mrjones2014 commented 1 year ago

Yeah, it looks like that is related. We can close this and just mention the nerdfix tool as an option on the other issue.