nvim-webdevicons: add icons for deb and rpm filetypes
This commit is contained in:
parent
ee05f20f43
commit
81801c8c33
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user