Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shougo/ddu-source-action

Action source for ddu.vim
https://github.com/shougo/ddu-source-action

ddu-source ddu-vim

Last synced: 2 months ago
JSON representation

Action source for ddu.vim

Awesome Lists containing this project

README

        

# ddu-source-action

action source for ddu.vim

This source collects actions from items.

Note: It must be called from UI plugin.

Note: The UI plugin must implement "itemAction" UI action.

Note: It does not close current UI.

## Required

### denops.vim

https://github.com/vim-denops/denops.vim

### ddu.vim

https://github.com/Shougo/ddu.vim

## Configuration

```vim
call ddu#custom#patch_global(#{
\ kindOptions: #{
\ action: #{
\ defaultAction: 'do',
\ },
\ }
\ })
```