summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/my_snippets/vimwiki.snippets2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/my_snippets/vimwiki.snippets b/.config/nvim/my_snippets/vimwiki.snippets
index c13b886..21c1b22 100644
--- a/.config/nvim/my_snippets/vimwiki.snippets
+++ b/.config/nvim/my_snippets/vimwiki.snippets
@@ -9,5 +9,5 @@ $\mathcal{O}(n)$
9endsnippet 9endsnippet
10 10
11snippet s "Create a new spotlight item" b 11snippet s "Create a new spotlight item" b
12- (`!v strftime("%F %R")`) ${1:URL} -- ${2:Summary} 12- (`!v strftime("%F %R")`) ${1:`!v substitute(@+, ' \|\n', '', 'g' )`} -- ${2:Summary}
13endsnippet 13endsnippet