added vim snippets
[dotfiles.git] / .vim / mysnippets / all.snippets
diff --git a/.vim/mysnippets/all.snippets b/.vim/mysnippets/all.snippets
new file mode 100644 (file)
index 0000000..3929897
--- /dev/null
@@ -0,0 +1,3 @@
+snippet today "Today" w
+`date +"%A, %B %d"`
+endsnippet