diff --git "a/C\357\200\272UsersUserAppDataLocalTempnvim.0eFOrBf0" "b/C\357\200\272UsersUserAppDataLocalTempnvim.0eFOrBf0" new file mode 100644 index 00000000..78a9c83c --- /dev/null +++ "b/C\357\200\272UsersUserAppDataLocalTempnvim.0eFOrBf0" @@ -0,0 +1 @@ +/usr/bin/bash: line 1: make: command not found diff --git a/lua/nvim-web-devicons/default/icons_by_filename.lua b/lua/nvim-web-devicons/default/icons_by_filename.lua index 9f0d907d..92993bf4 100644 --- a/lua/nvim-web-devicons/default/icons_by_filename.lua +++ b/lua/nvim-web-devicons/default/icons_by_filename.lua @@ -1,4 +1,7 @@ return { + ["next.config.cjs"] = { icon = "", color = "#ffffff", сterm_color = "231", name = "NextConfig" }, + ["next.config.ts"] = { icon = "", color = "#ffffff", сterm_color = "231", name = "NextConfig" }, + ["next.config.js"] = { icon = "", color = "#ffffff", сterm_color = "231", name = "NextConfig" }, [".SRCINFO"] = { icon = "󰣇", color = "#0F94D2", cterm_color = "67", name = "SRCINFO" }, [".Xauthority"] = { icon = "", color = "#E54D18", cterm_color = "196", name = "Xauthority" }, [".Xresources"] = { icon = "", color = "#E54D18", cterm_color = "196", name = "Xresources" }, diff --git a/lua/nvim-web-devicons/light/icons_by_filename.lua b/lua/nvim-web-devicons/light/icons_by_filename.lua index 135a8b5f..03f1b376 100644 --- a/lua/nvim-web-devicons/light/icons_by_filename.lua +++ b/lua/nvim-web-devicons/light/icons_by_filename.lua @@ -1,4 +1,4 @@ -return { -- this file is generated from lua/nvim-web-devicons/default/icons_by_filename.lua, please do not edit +return {-- this file is generated from lua/nvim-web-devicons/default/icons_by_filename.lua, please do not edit [".SRCINFO"] = { icon = "󰣇", color = "#0B6F9E", cterm_color = "24", name = "SRCINFO" }, [".Xauthority"] = { icon = "", color = "#AC3A12", cterm_color = "124", name = "Xauthority" }, [".Xresources"] = { icon = "", color = "#AC3A12", cterm_color = "124", name = "Xresources" },