© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Victor Lantigua
“LazyVim comes with a plugin to easily create snippets”
What’s the name of the plugin? I can’t get the snippets to work
I figured out what I was doing wrong:
blade.json
php.json
I had to escape dollar signs with \\:
\\
"Tailwind merge": { "prefix": "twm", "description": "Add Tailwind merge", "body": [ "{{ \\$attributes->twMerge(Arr::toCssClasses([", "\t'${1}',$0", "]))}}" ] },