summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/my_snippets/vimwiki.snippets4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/my_snippets/vimwiki.snippets b/.config/nvim/my_snippets/vimwiki.snippets
index eb6f8b0..c13b886 100644
--- a/.config/nvim/my_snippets/vimwiki.snippets
+++ b/.config/nvim/my_snippets/vimwiki.snippets
@@ -7,3 +7,7 @@ endsnippet
7snippet on "O(n)" b 7snippet on "O(n)" b
8$\mathcal{O}(n)$ 8$\mathcal{O}(n)$
9endsnippet 9endsnippet
10
11snippet s "Create a new spotlight item" b
12- (`!v strftime("%F %R")`) ${1:URL} -- ${2:Summary}
13endsnippet