From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/snippets/markdown.lua | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .vim/snippets/markdown.lua (limited to '.vim/snippets/markdown.lua') diff --git a/.vim/snippets/markdown.lua b/.vim/snippets/markdown.lua deleted file mode 100644 index 221f301..0000000 --- a/.vim/snippets/markdown.lua +++ /dev/null @@ -1,20 +0,0 @@ ----@diagnostic disable: undefined-global -return { - s( - 'bugs', - fmt( - [[ -## bugs, help, patches? - -submit them to my [public-inbox](https://lists.sr.ht/~robertgzr/public-inbox) by sending an email to [~robertgzr/public-inbox@lists.sr.ht](mailto:~robertgzr/public-inbox@lists.sr.ht?Subject=%5B{proj}%5D%20) -]], - { proj = i(1, 'project name') } - ) - ), - - s('date', { - t(''), - i(1), - t(''), - }), -} -- cgit 1.4.1