diff --git a/lua/web-devicons/lua.lua b/lua/web-devicons/lua.lua index be968a6f..5071e2e4 100644 --- a/lua/web-devicons/lua.lua +++ b/lua/web-devicons/lua.lua @@ -56,6 +56,16 @@ require "nvim-web-devicons".setup { icon = "", color = "#DE6B74", name = "lock" + }, + zip = { + icon = "", + color = "#EBCB8B", + name = "zip" + }, + xz = { + icon = "", + color = "#EBCB8B", + name = "xz" } } }