nvim-tree / nvim-web-devicons

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

fix: update icon for svelte #229

Closed cpea2506 closed 1 year ago

cpea2506 commented 1 year ago

Use the proper icon for Svelte. Fixes #91

Screenshot 2023-03-13 at 19 28 04 Screenshot 2023-03-13 at 19 58 26
jyue86 commented 1 year ago

I recently synced my plugins using PackerSync, and the Svelte icon is no longer showing properly. I'm new to neovim, so did I miss a step? Here's what my svelte icons look like currently. image

cpea2506 commented 1 year ago

I recently synced my plugins using PackerSync, and the Svelte icon is no longer showing properly. I'm new to neovim, so did I miss a step? Here's what my svelte icons look like currently. image

I think your nerd font is missing some glyphs. Please try changing or updating your nerd font.

Some suggestions would be SF Mono Nerd Font, Caskaydia, Jetbrain Mono Nerd Font, Fira Code Nerd Font, Hack Nerd Font.

jyue86 commented 1 year ago

Thank you for the suggestion. I switched to Hack Nerd Font, and my svelte icons show now!