diff --git a/.vim/snippets/vimwiki.snippets b/.vim/snippets/vimwiki.snippets new file mode 100644 index 0000000..407204e --- /dev/null +++ b/.vim/snippets/vimwiki.snippets @@ -0,0 +1,5 @@ +snippet d + = `strftime("%-d. %b:")` ${1:summary} = + %% `strftime("%Y-%m-%d")` + + ${0}