vim-ledger icon indicating copy to clipboard operation
vim-ledger copied to clipboard

Vim plugin for Ledger

Results 39 vim-ledger issues
Sort by recently updated
recently updated
newest added

Work on #19, non functional as of yet

``` Assets:Bank:ABC:Savings $100 Assets:Bank:XXCanada 50,000 CAD @ $0.72 ``` LedgerAlign incorrectly uses the decimal point of the unit cost above to align. It should use the first number for alignment...

enhancement

I love this plugin. Unfortunately, it aligns on decimal separator while I'd prefer to align on the commodity symbol. It'd be nice if this plugin has support for that

enhancement

Sometimes I have a tag with additional note on a single line (like in 2nd or 3rd transaction) and now they are highlighted not like normal tags (like in 1st...

bug
syntax

This set of commits from @dedmons has some interesting ideas, adding here as a PR to consider for possible inclusion and/or reworking.

The [hledger-vim](https://github.com/anekos/hledger-vim) plugin is not as extensive as this one but it does have a few interesting bits. Per [this discussion](https://github.com/anekos/hledger-vim/issues/2) the author has noted that it is GPL, and...

enhancement

The documentation has fallen a bit behind what is possible. Options like `g:ledger_no_bin` (see #83) are not documented at all, compatibility with `hledger` is not noted, the new completion command...

enhancement

This would ideally be optional, as not everyone uses markdown, and I'm pretty sure there are markdown elements that would conflict with the *ledger format, but would it be possible...

enhancement

This is a gigantic feature request, but I think it would be awesome if (something like) vim-ledger were to behave something like vim-taskwarrior. https://github.com/farseer90718/vim-taskwarrior Now it's true that taskwarrior is...

enhancement