dotfiles/symlinks/config/nvim/after/ftplugin/ledger.vim

9 lines
280 B
VimL
Raw Normal View History

2021-10-12 00:21:52 +02:00
" -----------------------------------------------------------------------------
" - Ledger file plugin -
" -----------------------------------------------------------------------------
augroup ledgerconf
autocmd!
autocmd BufWritePre *.journal LedgerAlignBuffer
augroup END