nvim-tree / nvim-web-devicons

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

Errors showing in nvim due to hex color with 7 characters #358

Closed fbontin closed 6 months ago

fbontin commented 6 months ago

As already mentioned by two other users, there's a color with 7 characters which is causing issues when starting neovim. I'm getting these errors directly when starting:

Failed to run `config` for nvim-tree.lua

...re/nvim/lazy/nvim-web-devicons/lua/nvim-web-devicons.lua:253: Invalid highlight color: '#f28ba28'

# stacktrace:
  - ~/.config/nvim/lua/user/plugins/nvim-tree.lua:10 _in_ **config**
  - init.lua:17
gegoune commented 6 months ago

Fixed in #357

fbontin commented 6 months ago

Nice, thanks for the extremely speedy fix 👏