Skip to content

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

Notifications You must be signed in to change notification settings

tennashi/ddu-kind-extcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ddu-kind-extcmd

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

Required

Example

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published