echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
5.13k stars 186 forks source link

mini.icons(`c`): current icon is confusing #1286

Closed Zeioth closed 3 hours ago

Zeioth commented 3 hours ago

Contributing guidelines

Module(s)

mini.icons

Description

See on the bottom left of the screen


Current icon screenshot_2024-10-17_20-57-47_600999717

Proposed icon screenshot_2024-10-17_20-57-14_873788753

You can find the commit here: https://github.com/echasnovski/mini.icons/compare/main...Zeioth:mini.icons:main (The repo have no permission to send PRs)

echasnovski commented 3 hours ago

Thanks for the suggestion!

The current icon is nf-md-language_c from Nerd Fonts. The nf-md-language is preferred over other alternatives for consistency. You can override this icon in config.filetype with c = { glyph = '' } entry.

Closing as not planned.

Zeioth commented 2 hours ago

@echasnovski the proposed icon is part in nerd fons: screenshot_2024-10-17_21-11-56_728860197

If you refer to the notation nf-md- that's ok, your choice ^_^

echasnovski commented 2 hours ago

If you refer to the notation nf-md- that's ok, your choice ^_^

Yes, it is documented.