summary refs log tree commit diff
path: root/.vim/UltiSnips/mail.snippets
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-11-02 17:30:24 +0100
committerRobert Günzler <r@gnzler.io>2021-11-02 19:06:47 +0100
commit15a7ac4890dea48be140350c295d4d9ea05292ee (patch)
treee0405ddaa98fa30ec336d2504a244e52b4910524 /.vim/UltiSnips/mail.snippets
parent3768a6c1488c148cc07481687a47cb7cce02ad35 (diff)
vim: switch from ultisnips+snippets.nvim to snippy
Diffstat (limited to '.vim/UltiSnips/mail.snippets')
-rw-r--r--.vim/UltiSnips/mail.snippets18
1 files changed, 0 insertions, 18 deletions
diff --git a/.vim/UltiSnips/mail.snippets b/.vim/UltiSnips/mail.snippets
deleted file mode 100644
index 1b49c9d..0000000
--- a/.vim/UltiSnips/mail.snippets
+++ /dev/null
@@ -1,18 +0,0 @@
-
-snippet sehr "Sehr geehrte (...)"
-Sehr geehrte Damen und Herren,
-
-$0
-endsnippet
-
-snippet mfg "Mit freundlichen Grüßen"
-Mit freundlichen Grüßen,
-
-Robert Günzler
-endsnippet
-
-snippet sign "Signature"
-${1:Cheers},
-
-Robert Günzler
-endsnippet