mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-09 09:10:54 +01:00
kotlin icon for nvimTree
This commit is contained in:
parent
39b8233058
commit
d8719a0078
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue