mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +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",
|
||||
name = "gomod",
|
||||
},
|
||||
["blade.php"] = {
|
||||
icon = "",
|
||||
color = "#ef510b",
|
||||
cterm_color = "220",
|
||||
name = "bladephp",
|
||||
},
|
||||
-- ["go"] = {
|
||||
-- icon = "",
|
||||
-- color = "#0FBFCF",
|
||||
|
@ -113,6 +119,12 @@ material_icon.setup({
|
|||
web_devicons.setup({
|
||||
override = material_icon.get_icons(),
|
||||
override_by_filename = {
|
||||
["artisan"] = {
|
||||
icon = "",
|
||||
color = "#ef510b",
|
||||
cterm_color = "240",
|
||||
name = "artisan",
|
||||
},
|
||||
["vite.config.ts"] = {
|
||||
icon = "",
|
||||
color = "#ffab00",
|
||||
|
@ -143,6 +155,12 @@ web_devicons.setup({
|
|||
cterm_color = "240",
|
||||
name = "htaccess",
|
||||
},
|
||||
["pom.xml"] = {
|
||||
icon = "",
|
||||
color = "#C63C17",
|
||||
cterm_color = "240",
|
||||
name = "pomxml",
|
||||
},
|
||||
[".huskyrc"] = {
|
||||
icon = "",
|
||||
color = "#ffffff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue