nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
6.03k stars 464 forks source link

fix: mismatch between filetype and icon #1186

Closed racagogi closed 1 month ago

racagogi commented 8 months ago

same extension is used for multiple filetypes, but devicon has matched by extension first. This PR matches the icon to the filetype first. Before: 2024-01-29-21-11-03 After: 2024-01-29-21-23-35