feat(nvim): added snippets

pull/724/head
Juliano Barbosa 2 years ago
parent c01a93caee
commit 2926dfe869
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D

@ -0,0 +1,12 @@
local link = s({
trig = "link",
name = "Link",
dscr = "Web link"
}, {
t({ "`" }),
i(1, "Title"),
t(" <"),
i(2, "link"),
t(">`_"),
i(0)
})
Loading…
Cancel
Save