add: icon classpath

This commit is contained in:
asep komarudin 2024-02-19 17:23:00 +07:00
parent ca2157172a
commit fafb1c318c

View file

@ -233,5 +233,11 @@ web_devicons.setup({
cterm_color = "220",
name = "gradlewFile",
},
[".classpath"] = {
icon = "󰅶",
color = "#9C9C9C",
cterm_color = "220",
name = "gradlewFile",
},
},
})