nvim-webdevicons: add icons for deb and rpm filetypes

This commit is contained in:
siduck76 2021-04-26 13:51:36 +05:30
parent ee05f20f43
commit 81801c8c33
1 changed files with 10 additions and 0 deletions

View File

@ -96,6 +96,16 @@ require "nvim-web-devicons".setup {
icon = "", icon = "",
color = "#EBCB8B", color = "#EBCB8B",
name = "xz" name = "xz"
},
deb = {
icon = "",
color = "#a3b8ef",
name = "deb"
},
rpm = {
icon = "",
color = "#fca2aa",
name = "rpm"
} }
} }
} }