feat: robots.txt icon

- added robots.txt font glyph for nvim-web-dev-icons
This commit is contained in:
Sravanth C 2021-10-07 00:43:23 +05:30 committed by siduck76
parent 7449c9e4f6
commit 5aa370e375
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ icons.setup {
icon = "", icon = "",
color = colors.cyan, color = colors.cyan,
name = "py", name = "py",
},
["robots.txt"] = {
icon = "",
color = colors.red,
name = "robots"
}, },
toml = { toml = {
icon = "", icon = "",