1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00
dotfiles/nvim/snippets/all.lua

6 lines
108 B
Lua

return {
s("ternary", {
i(1, "cond"), t(" ? "), i(2, "true"), t(" : "), i(3, "false")
})
}