Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piero-vic/cmp-ledger

nvim-cmp source for ledger accounts
https://github.com/piero-vic/cmp-ledger

accounting ledger neovim-plugin nvim-cmp

Last synced: 17 days ago
JSON representation

nvim-cmp source for ledger accounts

Awesome Lists containing this project

README

        

# cmp-ledger

nvim-cmp source for ledger accounts.

## Setup

You need to have [ledger](https://github.com/ledger/ledger) installed.

Add the package to your package manager.

```lua
use 'piero-vic/cmp-ledger'
```

Setup the completion source.

```lua
require('cmp').setup({
sources = {
{ name = 'ledger' },
},
})
```

## License

[MIT](./LICENSE)