mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
adfd26ba59
commit
8a8e9d6ae2
1 changed files with 8 additions and 2 deletions
|
@ -138,8 +138,8 @@ web_devicons.setup({
|
||||||
name = "cname",
|
name = "cname",
|
||||||
},
|
},
|
||||||
[".nvmrc"] = {
|
[".nvmrc"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#93c47d",
|
color = "#E8274B",
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "nvmrc",
|
name = "nvmrc",
|
||||||
},
|
},
|
||||||
|
@ -167,5 +167,11 @@ web_devicons.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "vscodetest",
|
name = "vscodetest",
|
||||||
},
|
},
|
||||||
|
[".mention-bot"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#ffffff",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "mentionbot",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue