Skip to content

Deno.run() Completion for ddc.vim

License

Notifications You must be signed in to change notification settings

LumaKernel/ddc-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddc-run

Doc

Deno.run() Completion for ddc.vim

Required

Configuration

call ddc#custom#alias('source', 'win32yank.exe', 'run')
call ddc#custom#patch_global('sources', ['win32yank.exe'])
call ddc#custom#patch_global('sourceOptions', {
    \ 'win32yank.exe': {
    \   'mark': 'CLIP',
    \ }})
call ddc#custom#patch_global('sourceParams', {
    \ 'win32yank.exe': {
    \   'cmd': ['win32yank.exe', '-o'],
    \ }})

call ddc#custom#alias('source', 'my-command', 'run')
" ...

About

Deno.run() Completion for ddc.vim

Topics

Resources

License

Stars

Watchers

Forks