From d47fcda9ef00e95ca74319d93ebf1a07c1342463 Mon Sep 17 00:00:00 2001 From: Sravanth C <54331348+chebro@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:53:53 +0530 Subject: [PATCH] add: ttf, woff, woff2 icons --- lua/plugins/configs/icons.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lua/plugins/configs/icons.lua b/lua/plugins/configs/icons.lua index ce64cf7..801613d 100644 --- a/lua/plugins/configs/icons.lua +++ b/lua/plugins/configs/icons.lua @@ -102,6 +102,11 @@ icons.setup { color = colors.teal, name = "ts", }, + ttf = { + icon = "", + color = colors.white, + name = "TrueTypeFont" + }, rb = { icon = "", color = colors.pink, @@ -117,6 +122,16 @@ icons.setup { color = colors.vibrant_green, name = "vue", }, + woff = { + icon = "", + color = colors.white, + name = "WebOpenFontFormat" + }, + woff2 = { + icon = "", + color = colors.white, + name = "WebOpenFontFormat2" + }, xz = { icon = "", color = colors.sun,