nvim-tree / nvim-web-devicons

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

fix(#456): adding gulpfile/gruntfile extensions for js and other js types #459

Closed RafaelAntonny closed 1 month ago

RafaelAntonny commented 2 months ago

resolves #456, now gulpfile/gruntfile.js, .ts, .babel.js, .coffee will have their proper icons instead of standard JS icon

demo: nvim-tree image telescope image bufferline image should work across all plugins that have nvim-web-devicons as dependencies

hasecilu commented 2 months ago

Looks good, only thing missing is to execute ./make on the repository root to generate the light colors.

RafaelAntonny commented 2 months ago

done image