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

https://github.com/yukimemi/deck-source-chronicle

nvim-deck source for chronicle.vim
https://github.com/yukimemi/deck-source-chronicle

nvim-deck

Last synced: 2 months ago
JSON representation

nvim-deck source for chronicle.vim

Awesome Lists containing this project

README

        

# deck-source-chronicle

This is a [hrsh7th/nvim-deck](https://github.com/hrsh7th/nvim-deck) source for [chronicle.vim](https://github.com/yukimemi/chronicle.vim).

# Requirements

- [hrsh7th/nvim-deck](https://github.com/hrsh7th/nvim-deck)
- [yukimemi/chronicle.vim](https://github.com/yukimemi/chronicle.vim)

# Usage

Two sources are registered for the source of the deck.

```vim
:Deck chronicle_read
```

```vim
:Deck chronicle_write
```

# Sample configuration

```lua
vim.keymap.set('n', 'mw', 'Deck chronicle_write', { desc = 'Chronicle write' })
vim.keymap.set('n', 'mr', 'Deck chronicle_read', { desc = 'Chronicle read' })
```

# License

Licensed under MIT License.

Copyright (c) 2025 yukimemi