From 5aa370e375278e5f583a3debf98e2856e2db9620 Mon Sep 17 00:00:00 2001 From: Sravanth C <54331348+chebro@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:43:23 +0530 Subject: [PATCH] feat: robots.txt icon - added robots.txt font glyph for nvim-web-dev-icons --- lua/plugins/configs/icons.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/configs/icons.lua b/lua/plugins/configs/icons.lua index 7fc28a3..ce64cf7 100644 --- a/lua/plugins/configs/icons.lua +++ b/lua/plugins/configs/icons.lua @@ -87,6 +87,11 @@ icons.setup { color = colors.cyan, name = "py", }, + ["robots.txt"] = { + icon = "ﮧ", + color = colors.red, + name = "robots" + }, toml = { icon = "", color = colors.blue,