From 81801c8c331e1bf55cd8ceafb3581970ec1153fe Mon Sep 17 00:00:00 2001 From: siduck76 Date: Mon, 26 Apr 2021 13:51:36 +0530 Subject: [PATCH] nvim-webdevicons: add icons for deb and rpm filetypes --- lua/file-icons/lua.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lua/file-icons/lua.lua b/lua/file-icons/lua.lua index 52acffe..29307fa 100644 --- a/lua/file-icons/lua.lua +++ b/lua/file-icons/lua.lua @@ -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" } } }