typescript icon

This commit is contained in:
siduck76 2021-03-18 15:33:11 +05:30
parent 83ff373f99
commit 68bfc76d0a
2 changed files with 6 additions and 1 deletions

View file

@ -17,6 +17,11 @@ require "nvim-web-devicons".setup {
color = "#EBCB8B",
name = "js"
},
ts = {
icon = "",
color = "#519ABA",
name = "ts"
},
png = {
icon = "",
color = "#BD77DC",