Which file types have Nerd Font icons? #93
-
Hi Dhruv, I noticed that certain file types, e.g. html, css or js, don't get an icon when I perform a pls in the terminal. Therefore, I wanted to ask you if there's a list somewhere of the file types you have taken care of, i.e. for which a Nerd Font icon has been associated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is the list of icons names built into Lines 41 to 75 in 5fc0373 This is the list of specs built into Lines 78 to 106 in 5fc0373 I can understand how this can have been communicated better in the docs.
The icons for web development are not built in and will need to be added by the user. You can refer to the starter configs in the |
Beta Was this translation helpful? Give feedback.
-
Beautiful, Dhruv! Thank you so much. I was actually having a look at the Material Design Files Icons and thought that this file could be used to generate the Specs. The difficulty I'm having is to automatically associate an Nerd Font Icon Name to an icon name. I don't think there's an API that I could use. Btw, can the icon always be left blank as shown below, as an example (in other words, does it suffice to have the name nf-seti-json specified):
|
Beta Was this translation helpful? Give feedback.
This is the list of icons names built into
pls
, each with its associated Nerd Fonts icon. (If you see just squares below, you will need to adjust your browser's monospace font.)pls/src/config/conf.rs
Lines 41 to 75 in 5fc0373