nvim-tree / nvim-web-devicons

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

Haxe icon not showing #402

Closed bwkam closed 4 months ago

bwkam commented 4 months ago

It's the only icon I can't see besides .hx files, I'm using latest nvim-web-devicons and even overridden it to make sure:

require("nvim-web-devicons").setup({
    strict = true,

    override_by_extensions = {
        hx = {
            icon = "",
            color = "#EA8220",
            name = "haxe",
        },
    },
})

I'm the one who added it, although it wasn't working for me at that time. Would appreciate if someone helped or tested whether it really works. It just shows the default icon image

alex-courtis commented 4 months ago

Looking good on nvim-tree / nvim-web-devicons master:

20240217_132300

You could try a "Clean Room" Replication to see if it's something in your vim setup.

bwkam commented 4 months ago

Thanks, it was a problem indeed with my config.