https://github.com/yukimemi/ddu-source-chronicle
ddu.vim source of dps-chronicle
https://github.com/yukimemi/ddu-source-chronicle
ddu-source ddu-vim
Last synced: 11 months ago
JSON representation
ddu.vim source of dps-chronicle
- Host: GitHub
- URL: https://github.com/yukimemi/ddu-source-chronicle
- Owner: yukimemi
- License: mit
- Created: 2023-07-19T15:12:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T06:01:08.000Z (about 1 year ago)
- Last Synced: 2025-03-19T07:21:46.713Z (about 1 year ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-source-chronicle
ddu-source-chronicle is a ddu source for [yukimemi/chronicle.vim](https://github.com/yukimemi/chronicle.vim).
# Requirements
- [Deno - A modern runtime for JavaScript and TypeScript](https://deno.land/)
- [vim-denops/denops.vim: 🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno](https://github.com/vim-denops/denops.vim)
- [Shougo/ddu.vim: Dark deno-powered UI framework for neovim/Vim8](https://github.com/Shougo/ddu.vim)
- [Shougo/ddu-kind-file: File kind for ddu.vim](https://github.com/Shougo/ddu-kind-file)
- [yukimemi/chronicle.vim: Denops Chronicle](https://github.com/yukimemi/chronicle.vim)
# Usage
```vim
" default
call ddu#start({"sources": [{"name": "chronicle"}]})
" kind specific
call ddu#start({"sources": [{"name": "chronicle", "params": {"kind": "write"}}]})
```
# Params
`ddu-source-chronicle-param-kind`
source kind of [chronicle.vim](chronicle.vim)
Default is "read"
["read", "write"]
# License
Licensed under MIT License.
Copyright (c) 2023 yukimemi