1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

touching nvim in special places

This commit is contained in:
Henrik Hautakoski 2024-05-27 18:51:54 +02:00
parent 1c5dd5bd9c
commit e8d1b84519
11 changed files with 121 additions and 59 deletions

View file

@ -1,9 +1,6 @@
return {
s("ternary", {
-- equivalent to "${1:cond} ? ${2:then} : ${3:else}"
i(1, "cond"), t(" ? "), i(2, "then"), t(" : "), i(3, "else")
i(1, "cond"), t(" ? "), i(2, "true"), t(" : "), i(3, "false")
})
}