diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-01 17:26:25 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-01 17:26:25 +0100 |
commit | ec6bf998364f50375bd748ab8c61fbc064226e7d (patch) | |
tree | 1d7ce07f52e5c469093c198ea2be523f5b6eb39f /vim/UltiSnips/markdown.snippets |
Initial commit
Diffstat (limited to 'vim/UltiSnips/markdown.snippets')
-rw-r--r-- | vim/UltiSnips/markdown.snippets | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/UltiSnips/markdown.snippets b/vim/UltiSnips/markdown.snippets new file mode 100644 index 0000000..f20bf95 --- /dev/null +++ b/vim/UltiSnips/markdown.snippets @@ -0,0 +1,3 @@ +snippet swowdev "Test snippet" +- @~SWOWdev (`date +"%c"`): $0 +endsnippet |