mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
add: laravel icon
This commit is contained in:
parent
ee5301ba54
commit
93ba729139
1 changed files with 18 additions and 0 deletions
|
@ -99,6 +99,12 @@ material_icon.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "gomod",
|
name = "gomod",
|
||||||
},
|
},
|
||||||
|
["blade.php"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#ef510b",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "bladephp",
|
||||||
|
},
|
||||||
-- ["go"] = {
|
-- ["go"] = {
|
||||||
-- icon = "",
|
-- icon = "",
|
||||||
-- color = "#0FBFCF",
|
-- color = "#0FBFCF",
|
||||||
|
@ -113,6 +119,12 @@ material_icon.setup({
|
||||||
web_devicons.setup({
|
web_devicons.setup({
|
||||||
override = material_icon.get_icons(),
|
override = material_icon.get_icons(),
|
||||||
override_by_filename = {
|
override_by_filename = {
|
||||||
|
["artisan"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#ef510b",
|
||||||
|
cterm_color = "240",
|
||||||
|
name = "artisan",
|
||||||
|
},
|
||||||
["vite.config.ts"] = {
|
["vite.config.ts"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#ffab00",
|
color = "#ffab00",
|
||||||
|
@ -143,6 +155,12 @@ web_devicons.setup({
|
||||||
cterm_color = "240",
|
cterm_color = "240",
|
||||||
name = "htaccess",
|
name = "htaccess",
|
||||||
},
|
},
|
||||||
|
["pom.xml"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#C63C17",
|
||||||
|
cterm_color = "240",
|
||||||
|
name = "pomxml",
|
||||||
|
},
|
||||||
[".huskyrc"] = {
|
[".huskyrc"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#ffffff",
|
color = "#ffffff",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue