Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shougo/ddu-source-action
- Owner: Shougo
- License: mit
- Created: 2022-02-11T03:56:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T03:46:24.000Z (5 months ago)
- Last Synced: 2024-08-01T06:05:21.172Z (5 months ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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',
\ },
\ }
\ })
```