nerd-fonts
nerd-fonts copied to clipboard
[Icon request] Add ChucK logo please
Discussed in https://github.com/ryanoasis/nerd-fonts/discussions/1479
Originally posted by gacallea January 10, 2024 Hi :)
As the title says, I would like to suggest the addition of an icon for Chuck.
Logo is here:

If I had the skills I'd try to patch and contribute. I hope this can be implemented.
Please and thank you
EDIT1:
just in case, this is how I set it for the time being. Mostly posting for the extension and name:
[...]
{
"nvim-tree/nvim-web-devicons",
opts = {
override_by_extension = {
["ck"] = {
icon = "",
color = "#80ff00",
name = "ChucK",
},
},
},
},
[...]