addet snippets

This commit is contained in:
piecka 2025-02-12 09:08:12 +01:00
parent 277a9fe22c
commit bed12dadf8
4 changed files with 4 additions and 0 deletions

1
lua.json Normal file
View file

@ -0,0 +1 @@
{"keymap":{"body":["vim.keymap.set(\"${1:mode}\", \"${2:keymap}\", \"${3:command}\"),","$0"],"prefix":"keymap"}}

1
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}\" >}}"}}

1
package.json Normal file
View file

@ -0,0 +1 @@
{"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"}

1
sh.json Normal file

File diff suppressed because one or more lines are too long