mirror of
https://github.com/amix/vimrc
synced 2025-07-08 01:25:00 +08:00
renamed sources_non_forked folder to bundle
This commit is contained in:
8
bundle/vim-snippets/UltiSnips/ledger.snippets
Normal file
8
bundle/vim-snippets/UltiSnips/ledger.snippets
Normal file
@ -0,0 +1,8 @@
|
||||
priority -50
|
||||
|
||||
snippet t "Transaction" b
|
||||
${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:*} ${5:Payee}
|
||||
${6:Expenses} \$${7:0.00}
|
||||
${8:Assets:Checking}
|
||||
$0
|
||||
endsnippet
|
Reference in New Issue
Block a user