-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with file extension matching #483
Comments
Are you sure it's a glyph from NF? Seems you're using a faulty codepoint. |
Guess I don't understand how that would be a faulty codepoint? How does it work with |
You're correct, there is no code point in NerdFonts. I use my own custom icon font and define the codepoints in Kitty (Terminal). |
What you're seeing with the code point (EA55) is the same code point for the |
I tried changing both extensions to the same char and also works. Not sure what could be happening on your end, maybe using |
Looks like nvim-web-devicons gets confused with you use more than one period for the extension in a file name. I would expect it to know that it should apply the same icon to
.ts
files as it does fortest.ts
files, but it doesn't. You have to addtest.ts
to the config or it will not apply. To make it work I have to do something like this:Here's what it looks like if I would take the
test.ts
configuration out:The text was updated successfully, but these errors were encountered: