mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 17:03:36 +02:00
18 lines
511 B
JSON
18 lines
511 B
JSON
|
{
|
||
|
"livewireStyles": {
|
||
|
"prefix": "livewire:styles",
|
||
|
"body": "@livewireStyles",
|
||
|
"description": "Livewire Styles directive"
|
||
|
},
|
||
|
"livewireScripts": {
|
||
|
"prefix": "livewire:scripts",
|
||
|
"body": "@livewireScripts",
|
||
|
"description": "Livewire Scripts directive"
|
||
|
},
|
||
|
"livewire-component": {
|
||
|
"prefix": "livewire:component",
|
||
|
"body": "@livewire('${1:component}', ['${2:user}' => \\$${3:user}]${4:, key(\\$$3->id)})",
|
||
|
"description": "Livewire nesting components"
|
||
|
}
|
||
|
}
|