Skip to content

Releases: wllfaria/ledger.nvim

ledger.nvim v0.3.0

11 Nov 21:49
Compare
Choose a tag to compare

Bug Fixes

  • fixing metatable overriding on config initialization (8c22259)

Features

  • displaying help messages and actually updating things (d4faf00)
  • implementing filters (17e4a7f)
  • initial display of commands output (536468c)
  • toggling filters (cd6c60e)

ledger.nvim v0.2.0

20 Aug 03:36
Compare
Choose a tag to compare

Features

  • adding a command runner for ledger reports (803f432)

ledger.nvim v0.1.0

17 Aug 03:59
Compare
Choose a tag to compare

Bug Fixes

  • changing minimal.vim setup (9b74df0)
  • fixing stylua issues with gotos (aa3c269)
  • removing some gotos and maybe fixing ci (c29253a)

Features

  • a few better tests and better diagnostics (0c848ff)
  • adding a logger and reading new files (1186c91)
  • basic cmp completion (180a63b)
  • completion context-aware for transactions (e14360c)
  • initial diagnostics for missing accounts (0bd23ae)
  • parsing accounts and commodities (368e02a)
  • snippets through multiple sources (42db5a1)
  • updating completions when files changes or gets deleted (77193ac)