diff options
Diffstat (limited to '.config/nvim/my_snippets')
-rw-r--r-- | .config/nvim/my_snippets/vimwiki.snippets | 4 |
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 | |||
7 | snippet on "O(n)" b | 7 | snippet on "O(n)" b |
8 | $\mathcal{O}(n)$ | 8 | $\mathcal{O}(n)$ |
9 | endsnippet | 9 | endsnippet |
10 | |||
11 | snippet s "Create a new spotlight item" b | ||
12 | - (`!v strftime("%F %R")`) ${1:URL} -- ${2:Summary} | ||
13 | endsnippet | ||