Skip to content

Commit cc68728

Browse files
committed
fix: assign correct glyph to .tex file extension
Fix #435
1 parent 721db4b commit cc68728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/nvim-web-devicons/icons-default.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2571,7 +2571,7 @@ local icons_by_file_extension = {
25712571
name = "TypeScriptReactTest",
25722572
},
25732573
["tex"] = {
2574-
icon = "󰙩",
2574+
icon = "",
25752575
color = "#3D6117",
25762576
cterm_color = "22",
25772577
name = "Tex",

lua/nvim-web-devicons/icons-light.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2571,7 +2571,7 @@ local icons_by_file_extension = {
25712571
name = "TypeScriptReactTest",
25722572
},
25732573
["tex"] = {
2574-
icon = "󰙩",
2574+
icon = "",
25752575
color = "#3D6117",
25762576
cterm_color = "22",
25772577
name = "Tex",

0 commit comments

Comments
 (0)