mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: icon classpath
This commit is contained in:
parent
ca2157172a
commit
fafb1c318c
1 changed files with 6 additions and 0 deletions
|
@ -233,5 +233,11 @@ web_devicons.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "gradlewFile",
|
name = "gradlewFile",
|
||||||
},
|
},
|
||||||
|
[".classpath"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#9C9C9C",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "gradlewFile",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue