summaryrefslogtreecommitdiffstats
path: root/.vim
diff options
context:
space:
mode:
authorYigit Sever2021-10-14 19:15:29 +0300
committerYigit Sever2021-10-14 19:15:29 +0300
commit05ed37125b8f0bf534faaac521d1139ca5ae5dfc (patch)
treea1f6845748d4467e24ee23eebc7b08274c92dc14 /.vim
parentbe264a2d87025a3635c654adbca201a414ffa27b (diff)
downloaddotfiles-05ed37125b8f0bf534faaac521d1139ca5ae5dfc.tar.gz
dotfiles-05ed37125b8f0bf534faaac521d1139ca5ae5dfc.tar.bz2
dotfiles-05ed37125b8f0bf534faaac521d1139ca5ae5dfc.zip
nvim: snippets to correct place
Diffstat (limited to '.vim')
-rw-r--r--.vim/my-snippets/UltiSnips/PKGBUILD.snippets5
-rw-r--r--.vim/my-snippets/UltiSnips/latex.snippets5
-rw-r--r--.vim/my-snippets/UltiSnips/ledger.snippets32
-rw-r--r--.vim/my-snippets/UltiSnips/mail.snippets5
-rw-r--r--.vim/my-snippets/UltiSnips/vimwiki.snippets9
5 files changed, 0 insertions, 56 deletions
diff --git a/.vim/my-snippets/UltiSnips/PKGBUILD.snippets b/.vim/my-snippets/UltiSnips/PKGBUILD.snippets
deleted file mode 100644
index f00053f..0000000
--- a/.vim/my-snippets/UltiSnips/PKGBUILD.snippets
+++ /dev/null
@@ -1,5 +0,0 @@
1# vim:ft=snippets:
2
3snippet m "Maintainer line" b
4# Maintainer: Yigit Sever <yigit at yigitsever dot com>
5endsnippet
diff --git a/.vim/my-snippets/UltiSnips/latex.snippets b/.vim/my-snippets/UltiSnips/latex.snippets
deleted file mode 100644
index fd53f4d..0000000
--- a/.vim/my-snippets/UltiSnips/latex.snippets
+++ /dev/null
@@ -1,5 +0,0 @@
1# vim:ft=snippets:
2
3snippet on "O(n)" b
4$\mathcal{O}(n)$
5endsnippet
diff --git a/.vim/my-snippets/UltiSnips/ledger.snippets b/.vim/my-snippets/UltiSnips/ledger.snippets
deleted file mode 100644
index a8c4eb0..0000000
--- a/.vim/my-snippets/UltiSnips/ledger.snippets
+++ /dev/null
@@ -1,32 +0,0 @@
1# vim:ft=snippets:
2# vim:set noexpandtab tabstop=4 shiftwidth=4:
3
4snippet c "New Checking Transaction" b
5${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:Payee}
6 Expenses:${5:} ${6:0.00} TL
7 Assets:Maas$0
8endsnippet
9
10snippet l "New Liabilities Transaction" b
11${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:Payee}
12 Expenses:${5:} ${6:0.00} TL
13 Liabilities:Maximum$0
14endsnippet
15
16snippet a "New Asmaalti Transaction" b
17${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} Asmaalti Piknik
18 Expenses:Food:Eating Out ${4:0.00} TL
19 ${5:Assets:Maas}$0
20endsnippet
21
22snippet y "New Yemeksepeti Transaction" b
23${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} Yemeksepeti
24 Expenses:Takeout ${4:0.00} TL
25 ${5:Liabilities:Maximum}$0
26endsnippet
27
28snippet m "New Migros Transaction" b
29${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} Migros Market
30 Expenses:Food:Groceries ${4:0.00} TL
31 ${5:Assets:Maas}$0
32endsnippet
diff --git a/.vim/my-snippets/UltiSnips/mail.snippets b/.vim/my-snippets/UltiSnips/mail.snippets
deleted file mode 100644
index 504b7fa..0000000
--- a/.vim/my-snippets/UltiSnips/mail.snippets
+++ /dev/null
@@ -1,5 +0,0 @@
1# vim:ft=snippets:
2
3snippet ~ "signature" b
4~yigit
5endsnippet
diff --git a/.vim/my-snippets/UltiSnips/vimwiki.snippets b/.vim/my-snippets/UltiSnips/vimwiki.snippets
deleted file mode 100644
index eb6f8b0..0000000
--- a/.vim/my-snippets/UltiSnips/vimwiki.snippets
+++ /dev/null
@@ -1,9 +0,0 @@
1# vim:ft=snippets:
2
3snippet link "Link a static content" b
4{{local:/home/yigit/nextcloud/personal_wiki/html/static/${1:filename}|${2:alt text}}}
5endsnippet
6
7snippet on "O(n)" b
8$\mathcal{O}(n)$
9endsnippet