https://github.com/shougo/ddc-source-input
ddc input() source
https://github.com/shougo/ddc-source-input
ddc-source ddc-vim
Last synced: 8 months ago
JSON representation
ddc input() source
- Host: GitHub
- URL: https://github.com/shougo/ddc-source-input
- Owner: Shougo
- License: mit
- Created: 2022-05-01T08:34:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T03:24:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T04:45:55.080Z (almost 2 years ago)
- Topics: ddc-source, ddc-vim
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-source-input
`input()` completion for ddc.vim
It works only for command line mode.
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddc.vim
https://github.com/Shougo/ddc.vim
### getcmdcompltype() support
## Configuration
```vim
call ddc#custom#patch_global('sources', ['input'])
call ddc#custom#patch_global('sourceOptions', #{
\ input: #{
\ mark: 'input',
\ isVolatile: v:true,
\ }
\ })
```