mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Add render snippet
This commit is contained in:
parent
c024c61c72
commit
6091726137
1 changed files with 6 additions and 0 deletions
|
|
@ -11,4 +11,10 @@ return {
|
||||||
i(0),
|
i(0),
|
||||||
})
|
})
|
||||||
),
|
),
|
||||||
|
s(
|
||||||
|
"r",
|
||||||
|
fmt("<%= {} %>", {
|
||||||
|
i(0, "render"),
|
||||||
|
})
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue