mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
17 lines
511 B
JSON
17 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"
|
|
}
|
|
}
|