nvim-tree / nvim-web-devicons

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

fix: `get_icons()[1]` being nil after changing &background #379

Closed Bekaboo closed 5 months ago

Bekaboo commented 5 months ago

The default icon should be in get_icons()[1] but it disappears after changing the background. This PR fixes the issue.