nvim: add markdown snippets

This commit is contained in:
dogeystamp 2024-04-03 19:28:14 -04:00
parent 4884f144d0
commit 73e4f4abdf
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -0,0 +1,5 @@
return {
s({ trig = "thumb", desc = "thumbnail + link to full media" },
fmt('![]({path}-thumb.{ext}) ]({path2}.{ext2})',
{ path = i(1, "path"), ext = i(2, "ext"), path2 = rep(1), ext2 = rep(2) })),
}