dotfiles/symlinks/config/nvim/plugin/ledger.vim

6 lines
299 B
VimL
Raw Normal View History

2021-02-23 11:27:32 +00:00
" -----------------------------------------------------------------------------
" - Ledger-cli vim support config -
" -----------------------------------------------------------------------------
let g:ledger_extra_options = '--pedantic --explicit --check-payees'
let g:ledger_decimal_sep = ','