-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add support for .svelte icons #415
Comments
pls, I have been looking for a solution to this icon for a whole night, and I couldn't find anything. |
@Dillongc21 can you provide the icon which would be appropriate for .svelte files as an unicode/ASCII character ? |
Hi SarveshMD, you can find that icon at the nerdfont with the hex code |
Hello @tlegasse-miir, The icon you mentioned (hex code e697) is appearing as a down arrow in Meslo NF font in my bash terminal. I've done the required changes in my fork and while testing this was my result. any ideas ? |
Hi Sarvesh, sorry for any confusion. Your previous comment mentioned wanting to know how to find the appropriate icon. Since I know nerdfonts are supported in Vim Devicons, I referenced how to find the hex code in the nerdfont glyphs. That is to say that when you go to the search page, typing in "svelte" reveals the correct icon, with the specified hex code ( |
I opened a PR for this: #460 In the meantime, you should be able to add the following to your
|
Woohoo, thanks!
…On Thu, May 9, 2024 at 7:40 AM Jim Fisk ***@***.***> wrote:
I opened a PR for this: #460
<#460>
In the meantime, you should be able to add the following to your
~/.config/nvim/init.vim:
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {}
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['svelte'] = ''
—
Reply to this email directly, view it on GitHub
<#415 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYEFX5WSGW7F5KPPNJLJ6D3ZBODE3AVCNFSM5FIVUKY2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJQGI3TSNRYHAZA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Tanner Legasse*, Technical Lead
*Design forward. Generosity driven.™*
*MiiR.com*
<https://www.miir.com/?utm_source=email&utm_medium=email_product&utm_content=DTC_Signature&utm_campaign=miir_signature>
| *b2b.MiiR.com*
<https://b2b.miir.com/?utm_source=email&utm_medium=email_product&utm_content=B2B_Signature&utm_campaign=miir_signature>
| *2022 Impact Report*
<https://www.miir.com/pages/2022-impact-report?utm_source=email&utm_medium=email_signature&utm_content=impact_report_2022_email_signature&utm_campaign=impact_report_2022>
|
Required Info
VimDevIcons
is the last loaded vim plugin?Optional Info
I am working on a Svelte project and all svelte files show as the default text file icon. Svelte seems like it's becoming a pretty popular technology so it would be nice to have support for the icons.
The text was updated successfully, but these errors were encountered: