https://github.com/shougo/ddu-source-register
Register source for ddu.vim
https://github.com/shougo/ddu-source-register
ddu-source ddu-vim
Last synced: 9 months ago
JSON representation
Register source for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-source-register
- Owner: Shougo
- License: mit
- Created: 2022-02-01T04:49:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T00:14:25.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T03:18:20.630Z (almost 2 years ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-source-register
Register source for ddu.vim
This source collects current registers.
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddu.vim
https://github.com/Shougo/ddu.vim
### ddu-kind-word
https://github.com/Shougo/ddu-kind-word
## Configuration
```vim
call ddu#start(#{ sources: [#{ name: 'register' }] })
```