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

https://github.com/tennashi/ddu-kind-extcmd

This plugin is ddu.vim kind to execute external commands.
https://github.com/tennashi/ddu-kind-extcmd

ddu-kind ddu-vim

Last synced: about 1 month ago
JSON representation

This plugin is ddu.vim kind to execute external commands.

Awesome Lists containing this project

README

          

# ddu-kind-extcmd
This plugin is ddu.vim kind to execute external commands.

# Required
* [vim-denops/denops.vim](https://github.com/vim-denops/denops.vim)
* [Shougo/ddu.vim](https://github.com/Shougo/ddu.vim)

# Example

```vim
" Set default kind action.
call ddu#custom#patch_global({
\ 'kindParams': {
\ 'extcmd': {
\ 'runner': 'terminal',
\ },
\ },
\ 'kindOptions': {
\ 'extcmd': {
\ 'defaultAction': 'run',
\ },
\ },
\})
```