Skip to content

Commit 3362099

Browse files
feat: add next.js icons (#596)
* add next.js config icons * sort icons --------- Co-authored-by: Alexander Courtis <[email protected]>
1 parent 4a8369f commit 3362099

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ return {
138138
["makefile"] = { icon = "", color = "#6D8086", cterm_color = "66", name = "Makefile" },
139139
["mix.lock"] = { icon = "", color = "#A074C4", cterm_color = "140", name = "MixLock" },
140140
["mpv.conf"] = { icon = "", color = "#3B1342", cterm_color = "53", name = "Mpv" },
141+
["next.config.cjs"] = { icon = "", color = "#FFFFFF", cterm_color = "231", name = "NextConfigCjs" },
142+
["next.config.js"] = { icon = "", color = "#FFFFFF", cterm_color = "231", name = "NextConfigJs" },
143+
["next.config.ts"] = { icon = "", color = "#FFFFFF", cterm_color = "231", name = "NextConfigTs" },
141144
["node_modules"] = { icon = "", color = "#E8274B", cterm_color = "197", name = "NodeModules" },
142145
["nuxt.config.cjs"] = { icon = "󱄆", color = "#00C58E", cterm_color = "42", name = "NuxtConfig" },
143146
["nuxt.config.js"] = { icon = "󱄆", color = "#00C58E", cterm_color = "42", name = "NuxtConfig" },

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

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)