add icons for xz,zip

This commit is contained in:
siduck76 2021-03-16 09:31:43 +05:30
parent 4fd28ae5fc
commit 5ef3fa0846
1 changed files with 10 additions and 0 deletions

View File

@ -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"
}
}
}