addet snippet for vim?

This commit is contained in:
pika 2024-11-04 19:19:27 +01:00
parent c997a13c8a
commit 30d0008bcf
2 changed files with 2 additions and 1 deletions

1
snippets/markdown.json Normal file
View file

@ -0,0 +1 @@
{"hugocards + hcard":{"prefix":["hugocards","hcard"],"body":"{{< card link=\"${1:link}\" title=\"${2:title}\" icon=\"${3:iconpath}\" >}}"}}

View file

@ -1 +1 @@
{"contributes":{"snippets":[{"language":["sh"],"path":".\/sh.json"},{"language":["lua"],"path":".\/lua.json"}]},"name":"my-snippets","description":"This package.json has been generated by nvim-scissors."} {"description":"This package.json has been generated by nvim-scissors.","contributes":{"snippets":[{"path":".\/sh.json","language":["sh"]},{"path":".\/lua.json","language":["lua"]},{"path":".\/markdown.json","language":["markdown"]}]},"name":"my-snippets"}