https://github.com/shougo/ddu-source-input_history
input history source for ddu.vim
https://github.com/shougo/ddu-source-input_history
ddu-source ddu-vim
Last synced: 9 days ago
JSON representation
input history source for ddu.vim
- Host: GitHub
- URL: https://github.com/shougo/ddu-source-input_history
- Owner: Shougo
- License: mit
- Created: 2025-08-08T09:15:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-10-08T09:28:11.000Z (9 months ago)
- Last Synced: 2026-06-19T05:32:05.695Z (about 1 month ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-source-input\_history
input history source for ddu.vim
This source collects input histories from items.
Note: It must be called from UI plugin.
Note: It does not close current UI.
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddu.vim
https://github.com/Shougo/ddu.vim
## Configuration
```vim
call ddu#custom#patch_global(#{
\ sourceOptions: #{
\ input_history: #{
\ defaultAction: 'input',
\ },
\ }
\ })
```