Skip to content

Commit 14ac588

Browse files
authored
feat: add nu (#401)
* feat: add .nu icon * refactor: change .nu icon
1 parent 7f30f2d commit 14ac588

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

lua/nvim-web-devicons.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ local filetypes = {
157157
["mustache"] = "mustache",
158158
["nim"] = "nim",
159159
["nix"] = "nix",
160+
["nu"] = "nu",
160161
["node"] = "node_modules",
161162
["ocaml"] = "ml",
162163
["ogg"] = "ogg",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,12 @@ local icons_by_file_extension = {
13221322
cterm_color = "112",
13231323
name = "Nswag",
13241324
},
1325+
["nu"] = {
1326+
icon = ">",
1327+
color = "#3aa675",
1328+
cterm_color = "36",
1329+
name = "Nushell",
1330+
},
13251331
["ogg"] = {
13261332
icon = "",
13271333
color = "#66D8EF",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,12 @@ local icons_by_file_extension = {
13221322
cterm_color = "28",
13231323
name = "Nswag",
13241324
},
1325+
["nu"] = {
1326+
icon = ">",
1327+
color = "#276f4e",
1328+
cterm_color = "29",
1329+
name = "Nushell",
1330+
},
13251331
["ogg"] = {
13261332
icon = "",
13271333
color = "#336c78",

0 commit comments

Comments
 (0)