Skip to content

Commit fe55ca7

Browse files
authored
add Next.js configs icon (.ts,.js,.cjs)
1 parent 02f6786 commit fe55ca7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
return {
2+
["next.config.cjs"] = { icon = "", color = "#ffffff", сterm_color = "231", name = "NextConfig" },
23
["next.config.ts"] = { icon = "", color = "#ffffff", сterm_color = "231", name = "NextConfig" },
34
["next.config.js"] = { icon = "", color = "#ffffff", сterm_color = "231", name = "NextConfig" },
45
[".SRCINFO"] = { icon = "󰣇", color = "#0F94D2", cterm_color = "67", name = "SRCINFO" },

0 commit comments

Comments
 (0)