nvim-webdevicons: add icons for deb and rpm filetypes

pull/33/head
siduck76 3 years ago
parent ee05f20f43
commit 81801c8c33

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

Loading…
Cancel
Save