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.
- Host: GitHub
- URL: https://github.com/tennashi/ddu-kind-extcmd
- Owner: tennashi
- Created: 2022-08-13T08:43:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T06:08:05.000Z (almost 4 years ago)
- Last Synced: 2025-10-06T12:03:27.855Z (8 months ago)
- Topics: ddu-kind, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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',
\ },
\ },
\})
```