mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update
This commit is contained in:
parent
1b1f8b9967
commit
1cacea97f6
7 changed files with 153 additions and 108 deletions
|
@ -155,6 +155,12 @@ material_icon.setup({
|
|||
cterm_color = "220",
|
||||
name = "jpg",
|
||||
},
|
||||
["jpeg"] = {
|
||||
icon = "",
|
||||
color = "#88C057",
|
||||
cterm_color = "220",
|
||||
name = "jpeg",
|
||||
},
|
||||
["csv"] = {
|
||||
icon = "",
|
||||
color = "#57965c",
|
||||
|
@ -493,5 +499,11 @@ web_devicons.setup({
|
|||
cterm_color = "220",
|
||||
name = "gitlabciyaml",
|
||||
},
|
||||
[".env_example"] = {
|
||||
icon = "",
|
||||
color = "#faf743",
|
||||
cterm_color = "227",
|
||||
name = "Envexample",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue