Skip to content

Commit 93ddac6

Browse files
authored
fix(#435): tex icon
1 parent e2e3475 commit 93ddac6

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
@@ -1881,7 +1881,7 @@ local icons_by_file_extension = {
18811881
name = "TypeScriptReactTest",
18821882
},
18831883
["tex"] = {
1884-
icon = "󰙩",
1884+
icon = "",
18851885
color = "#3D6117",
18861886
cterm_color = "22",
18871887
name = "Tex",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ local icons_by_file_extension = {
18811881
name = "TypeScriptReactTest",
18821882
},
18831883
["tex"] = {
1884-
icon = "󰙩",
1884+
icon = "",
18851885
color = "#3D6117",
18861886
cterm_color = "22",
18871887
name = "Tex",

0 commit comments

Comments
 (0)