From 387e08c52d9752bc839c71119f140ba8435c3d70 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 18 Aug 2023 23:42:39 +0300 Subject: nvim: switch to lazy.nvim revert this as whole, if you miss the good old days --- .config/nvim/my_snippets/vimwiki.snippets | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .config/nvim/my_snippets/vimwiki.snippets (limited to '.config/nvim/my_snippets/vimwiki.snippets') diff --git a/.config/nvim/my_snippets/vimwiki.snippets b/.config/nvim/my_snippets/vimwiki.snippets deleted file mode 100644 index daf93f7..0000000 --- a/.config/nvim/my_snippets/vimwiki.snippets +++ /dev/null @@ -1,29 +0,0 @@ -# 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")`) `xsel -ob` -- ${1:Summary} -endsnippet - -snippet '- s' "Create a new spotlight item" w -- (`!v strftime("%F %R")`) `xsel -ob` -- ${1:Summary} -endsnippet - -snippet "h([1-6])" "Headings" rbA -`!p snip.rv = '=' * int(match.group(1)) ` ${1:${VISUAL}} `!p snip.rv = '=' * int(match.group(1))` -$0 -endsnippet - -snippet mcd "multi-line code" bA -{{{ $1 -${2:${VISUAL}} -}}} -$0 -endsnippet -- cgit v1.2.3-70-g09d2