mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add icon svelte
This commit is contained in:
parent
2febe9f1b9
commit
94f39c4a48
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@ material_icon.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "map",
|
name = "map",
|
||||||
},
|
},
|
||||||
|
["svelte"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#ef510b",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "svelte",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
color_icons = true,
|
color_icons = true,
|
||||||
default = true,
|
default = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue