kotlin icon for nvimTree
This commit is contained in:
parent
39b8233058
commit
d8719a0078
|
@ -22,6 +22,11 @@ require "nvim-web-devicons".setup {
|
||||||
color = "#519ABA",
|
color = "#519ABA",
|
||||||
name = "ts"
|
name = "ts"
|
||||||
},
|
},
|
||||||
|
kt = {
|
||||||
|
icon = "",
|
||||||
|
color = "#ffcb91",
|
||||||
|
name = "kt"
|
||||||
|
},
|
||||||
png = {
|
png = {
|
||||||
icon = " ",
|
icon = " ",
|
||||||
color = "#BD77DC",
|
color = "#BD77DC",
|
||||||
|
|
Loading…
Reference in New Issue