Skip to content

Commit 7fe3e8f

Browse files
committed
Add a snippet for sorry on a newline
1 parent 20ba92d commit 7fe3e8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/lean-snippets.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ function M.setup()
3232
r(1),
3333
t({ " ih =>", " sorry" }),
3434
}),
35+
36+
s(".s", {
37+
t("· "),
38+
i(1),
39+
t({ "", " sorry" }),
40+
}),
3541
})
3642
end
3743

0 commit comments

Comments
 (0)