nvim-tree / nvim-web-devicons

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

Add support for .sbt files which are scala files #165

Closed softinio closed 2 years ago

softinio commented 2 years ago

Summary

build.sbt files are Scala filetypes also. In scala projects they are used for building.

Testing

I tested this change in my local neovim install. Scala icon displayed for .sbt files correctly.