An open API service indexing awesome lists of open source software.

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

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',
\ }
\ })
```