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

9 lines
280 B
VimL
Raw Normal View History

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