-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathddu-source-source.txt
68 lines (49 loc) · 2.46 KB
/
ddu-source-source.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
*ddu-source-source.txt* ddu source source for ddu.vim
Author: Hibiki <mail@4513echo.dev>
License: MIT License
URL: https://github.com/4513ECHO/ddu-source-source
Last change: 2023 Aug 23
==============================================================================
CONTENTS *ddu-source-source-contents*
Introduction |ddu-source-source-introdution|
Install |ddu-source-source-install|
Examples |ddu-source-source-examples|
Params |ddu-source-source-params|
Actions |ddu-kind-source-actions|
About |ddu-source-source-about|
==============================================================================
INTRODUCTION *ddu-source-source-introdution*
*ddu-source-source* is |ddu-sources| collecting installed ddu sources.
==============================================================================
INSTALL *ddu-source-source-install*
Please install both "|ddu|.vim" and "|denops.vim|".
https://github.com/Shougo/ddu.vim
https://github.com/vim-denops/denops.vim
==============================================================================
EXAMPLES *ddu-source-source-examples*
>
" Set kind default action.
call ddu#custom#patch_global('kindOptions', {
\ 'source': {
\ 'defaultAction': 'execute',
\ },
\ })
" Use source source.
call ddu#start({'sources': [{'name': 'source'}]})
<
==============================================================================
PARAMS *ddu-source-source-params*
UNDEFINED NOW
==============================================================================
ACTIONS *ddu-kind-source-actions*
*ddu-kind-source-action-execute*
execute
Execute the source. Action params are passed to the source directly as
|ddu-option-sourceParams|.
==============================================================================
ABOUT *ddu-source-source-about*
|ddu-source-source| is developed by Hibiki(4513ECHO) and licensed under the
MIT License. Visit the project page for the latest version:
https://github.com/4513ECHO/ddu-source-source
==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen: