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
- Host: GitHub
- URL: https://github.com/yukimemi/deck-source-chronicle
- Owner: yukimemi
- Created: 2025-01-26T09:34:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T09:54:07.000Z (4 months ago)
- Last Synced: 2025-02-06T21:44:42.086Z (4 months ago)
- Topics: nvim-deck
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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