diff options
author | Yigit Sever | 2021-10-18 18:17:55 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-18 18:17:55 +0300 |
commit | b453dd2492faef1809f2b0bcf3fb5b8018dc4bd3 (patch) | |
tree | 49fdb0d66821ca9918493175495ad0dd95191d16 /.config/nvim/my_snippets/vimwiki.snippets | |
parent | 34c8968c7694bc956426f17079cf9199545468f8 (diff) | |
download | dotfiles-b453dd2492faef1809f2b0bcf3fb5b8018dc4bd3.tar.gz dotfiles-b453dd2492faef1809f2b0bcf3fb5b8018dc4bd3.tar.bz2 dotfiles-b453dd2492faef1809f2b0bcf3fb5b8018dc4bd3.zip |
nvim, snippets: new spotlight snippet
Diffstat (limited to '.config/nvim/my_snippets/vimwiki.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 | ||