rainstormstudio / nerd-icons.el

GNU General Public License v3.0
206 stars 22 forks source link

feature request: add icons for latex file #11

Closed milanglacier closed 1 year ago

milanglacier commented 1 year ago

example screenshot:

Screenshot 2023-04-29 at 23 59 17

Note that nvim-devicons does have icons for latex:

  ["tex"] = {
    icon = "ﭨ",
    color = "#3D6117",
    cterm_color = "22",
    name = "Tex",

UPDATE: this is the nerd font I am using that misses the latex file icon. Give another nerd font a try and the latex file icon displayed successfully.

milanglacier commented 1 year ago

Besides, can we have a fallback icon displayed for files that have no associated icons (say \uea7b )?

For example, the latex file name are not left-aligned with markdown file name. I think with a fallback file icon, at least all the files names can be aligned. See the screenshot where the non-aligned spaces are marked as red:

Screenshot 2023-04-29 at 23 59 17