diff options
Diffstat (limited to 'luasnip_snippets/gitcommit.json')
| -rw-r--r-- | luasnip_snippets/gitcommit.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/luasnip_snippets/gitcommit.json b/luasnip_snippets/gitcommit.json new file mode 100644 index 0000000..ffe8bfd --- /dev/null +++ b/luasnip_snippets/gitcommit.json @@ -0,0 +1,22 @@ +{ + "sign": { + "prefix": "sign", + "description": "Signature", + "body": [ + "-------------------------------------------------------------------------------", + "${1:Company Name}", + "", + "${2:Author Name}", + "", + "${3:Streetname 21}", + "${4:City and Area}", + "", + "${5:Tel: \t\t\t\t\t\t+44 (0)987 / 888 8888}", + "${6:Fax: \t\t\t\t\t\t+44 (0)987 / 888 8882}", + "${7:Mail: \t\t\t\t\tEmail}", + "${8:Web: \t\t\t\t\t\thttps://}", + "-------------------------------------------------------------------------------", + "$0" + ] + } +} |
