nvim-tree / nvim-web-devicons

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

Icons for C++20 module files doent work #390

Closed neg-c closed 5 months ago

neg-c commented 5 months ago

C++20 introduced modules and different compilers have different file extensions: MSVC: .ixx Clang: .cppm .cxxm .ccm GCC: .mpp

It would be nice to at least recognize files with these extensions as C++ files and add appropriate icons

gegoune commented 5 months ago

This repository relies on contributions from users. PR adding those extensions will be welcomed.