diff options
author | Yigit Sever | 2021-10-14 19:15:29 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-14 19:15:29 +0300 |
commit | 05ed37125b8f0bf534faaac521d1139ca5ae5dfc (patch) | |
tree | a1f6845748d4467e24ee23eebc7b08274c92dc14 /.config/nvim/my_snippets/vimwiki.snippets | |
parent | be264a2d87025a3635c654adbca201a414ffa27b (diff) | |
download | dotfiles-05ed37125b8f0bf534faaac521d1139ca5ae5dfc.tar.gz dotfiles-05ed37125b8f0bf534faaac521d1139ca5ae5dfc.tar.bz2 dotfiles-05ed37125b8f0bf534faaac521d1139ca5ae5dfc.zip |
nvim: snippets to correct place
Diffstat (limited to '.config/nvim/my_snippets/vimwiki.snippets')
-rw-r--r-- | .config/nvim/my_snippets/vimwiki.snippets | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/nvim/my_snippets/vimwiki.snippets b/.config/nvim/my_snippets/vimwiki.snippets new file mode 100644 index 0000000..eb6f8b0 --- /dev/null +++ b/.config/nvim/my_snippets/vimwiki.snippets | |||
@@ -0,0 +1,9 @@ | |||
1 | # vim:ft=snippets: | ||
2 | |||
3 | snippet link "Link a static content" b | ||
4 | {{local:/home/yigit/nextcloud/personal_wiki/html/static/${1:filename}|${2:alt text}}} | ||
5 | endsnippet | ||
6 | |||
7 | snippet on "O(n)" b | ||
8 | $\mathcal{O}(n)$ | ||
9 | endsnippet | ||