nvim-lualine / lualine.nvim

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

feat: add proper distro icons based on fileformat #1164

Closed peter-teslenko closed 6 months ago

peter-teslenko commented 7 months ago

Inspired by airline I wrote a similar implementation to display the correct OS logo https://github.com/ryanoasis/vim-devicons/blob/master/plugin/webdevicons.vim#L565

shadmansaleh commented 6 months ago

File format has nothing to do with distro or os. It says how line endings are marked in file. whether LF or CR is used or both. If distro was to be a component it should be a separate one. Also, it seems unnecessary tbh. There are so many distros so many OSs there will always be some not present and don't really do much other than decoration.