https://github.com/shougo/ddc-source-shell
shell completion for ddc.vim
https://github.com/shougo/ddc-source-shell
ddc-source ddc-vim
Last synced: 11 days ago
JSON representation
shell completion for ddc.vim
- Host: GitHub
- URL: https://github.com/shougo/ddc-source-shell
- Owner: Shougo
- License: mit
- Created: 2023-05-21T03:55:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-04T03:33:31.000Z (10 months ago)
- Last Synced: 2025-09-04T05:44:35.771Z (10 months ago)
- Topics: ddc-source, ddc-vim
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-source-shell
Shell completion for ddc.vim
This source collects items from `getcompletion()`. It is useful for shell
commands.
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### ddc.vim
https://github.com/Shougo/ddc.vim
## Configuration
```vim
call ddc#custom#patch_global('sources', ['shell'])
call ddc#custom#patch_global('sourceOptions', #{
\ shell: #{
\ mark: 'shell',
\ }
\ })
```