Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/piero-vic/cmp-ledger
- Owner: piero-vic
- License: mit
- Created: 2022-07-25T15:31:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T19:40:00.000Z (over 1 year ago)
- Last Synced: 2024-12-01T16:41:47.562Z (21 days ago)
- Topics: accounting, ledger, neovim-plugin, nvim-cmp
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)