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,