Skip to content

Commit ff529e4

Browse files
committed
fix: update nu from Unicode to Nerd Fonts
1 parent 4096c05 commit ff529e4

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
@@ -2697,7 +2697,7 @@ local icons_by_file_extension = {
26972697
name = "Nswag",
26982698
},
26992699
["nu"] = {
2700-
icon = ">",
2700+
icon = "",
27012701
color = "#3aa675",
27022702
cterm_color = "36",
27032703
name = "Nushell",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,7 @@ local icons_by_file_extension = {
26972697
name = "Nswag",
26982698
},
26992699
["nu"] = {
2700-
icon = ">",
2700+
icon = "",
27012701
color = "#276f4e",
27022702
cterm_color = "29",
27032703
name = "Nushell",

0 commit comments

Comments
 (0)