blob: 21c1b228bad579d5d50b6bdec30b8381b0e74ec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# vim:ft=snippets:
snippet link "Link a static content" b
{{local:/home/yigit/nextcloud/personal_wiki/html/static/${1:filename}|${2:alt text}}}
endsnippet
snippet on "O(n)" b
$\mathcal{O}(n)$
endsnippet
snippet s "Create a new spotlight item" b
- (`!v strftime("%F %R")`) ${1:`!v substitute(@+, ' \|\n', '', 'g' )`} -- ${2:Summary}
endsnippet
|