Skip to content

Commit

Permalink
fix: use official icon for nim (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Apr 3, 2023
1 parent aa962cd commit 0568104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/nvim-web-devicons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ local icons_by_file_extension = {
name = "Mustache",
},
["nim"] = {
icon = "👑",
icon = "",
color = "#514700",
cterm_color = "58",
name = "Nim",
Expand Down
2 changes: 1 addition & 1 deletion lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ local icons_by_file_extension = {
name = "Mustache",
},
["nim"] = {
icon = "👑",
icon = "",
color = "#f3d400",
cterm_color = "220",
name = "Nim",
Expand Down

0 comments on commit 0568104

Please sign in to comment.