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/ledger.snippets | 39 -------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .config/nvim/my_snippets/ledger.snippets (limited to '.config/nvim/my_snippets/ledger.snippets') diff --git a/.config/nvim/my_snippets/ledger.snippets b/.config/nvim/my_snippets/ledger.snippets deleted file mode 100644 index 098a767..0000000 --- a/.config/nvim/my_snippets/ledger.snippets +++ /dev/null @@ -1,39 +0,0 @@ -# vim:ft=snippets: -# vim:set noexpandtab tabstop=4 shiftwidth=4: - -snippet c "New Checking Transaction" b -${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:Payee} - Expenses:${5:} ${6:0.00} TL - Assets:Maas$0 -endsnippet - -snippet l "New Liabilities Transaction" b -${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:Payee} - Expenses:${5:} ${6:0.00} TL - Liabilities:Maximum$0 -endsnippet - -snippet a "New Asmaalti Transaction" b -${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} Asmaalti Piknik - Expenses:Food:Eating Out ${4:0.00} TL - ${5:Assets:Maas}$0 -endsnippet - -snippet y "New Yemeksepeti Transaction" b -${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} Yemeksepeti - Expenses:Takeout ${4:0.00} TL - ${5:Liabilities:Maximum}$0 -endsnippet - -snippet m "New Migros Transaction" b -${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} Migros Market - Expenses:Food:Groceries ${4:0.00} TL - ${5:Assets:Maas}$0 -endsnippet - -snippet sb "New Sosyal Bina Transaction" b -${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} Sosyal Bina - Expenses:Food:Lunch 8.60 TL - Assets:Maas$0 -endsnippet - -- cgit v1.2.3-70-g09d2