add icons for xz,zip
This commit is contained in:
parent
4fd28ae5fc
commit
5ef3fa0846
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue