nix-config/modules2/nixvim/completion/snippets/javascript.lua

3 lines
68 B
Lua

return {
s("log", fmta("console.log(<>);", { i(1, "value") })),
}