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