-
Notifications
You must be signed in to change notification settings - Fork 0
/
ddt.txt
103 lines (70 loc) · 3.8 KB
/
ddt.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
*ddt.txt* Dark Deno Terminal interface for Vim/Neovim
Author: Shougo <Shougo.Matsu at gmail.com>
License: MIT license
CONTENTS *ddt-contents*
Introduction |ddt-introduction|
Install |ddt-install|
Interface |ddt-interface|
Options |ddt-options|
Functions |ddt-functions|
ddt Sources |ddt-ddu-sources|
Examples |ddt-examples|
FAQ |ddt-faq|
Compatibility |ddt-compatibility|
==============================================================================
INTRODUCTION *ddt-introduction*
*ddt* is the abbreviation of "Dark Deno Terminal interface".
If you don't want to configure plugins, you don't have to use the plugin. It
does not work with zero configuration. You can use other plugins.
==============================================================================
INSTALL *ddt-install*
NOTE: ddt.vim requires Vim 9.1.0448+ or Neovim 0.10.0+ (latest is
recommended).
Please install both Deno 1.45+ and "denops.vim" v7.0+.
https://deno.land/
https://github.com/vim-denops/denops.vim
==============================================================================
INTERFACE *ddt-interface*
------------------------------------------------------------------------------
OPTIONS *ddt-options*
------------------------------------------------------------------------------
FUNCTIONS *ddt-functions*
==============================================================================
DDU SOURCES *ddt-ddu-sources*
*ddt-ddu-source-ddt*
ddt
Gather ddt tabs.
==============================================================================
EXAMPLES *ddt-examples*
>
<
==============================================================================
FAQ *ddt-faq*
FAQ 1: |ddt-faq-1|
How to donate money to you?
FAQ 2: |ddt-faq-2|
What means "dark powered"?
FAQ 3: |ddt-faq-3|
Why ddt.vim uses Deno?
------------------------------------------------------------------------------
*ddt-faq-1*
Q: How to donate money to you?
A: I have started github sponsorship to spend more time for Vim/Neovim
plugins. You can donate money to help me!
https://github.com/sponsors/Shougo
*ddt-faq-2*
Q: What means "dark powered"?
A: I think text editor is everything in the world. I want to do everything in
Vim(Neovim) like Emacs. It is not allowed by |design-not| in Vim. It is not
the light way to use Vim. So I have defined it as the dark way. I am the dark
Vimmer. My plugins are dark powered.
*ddt-faq-3*
Q: Why ddt.vim uses Deno?
A: Deno is asynchronous and faster than Vim script and it can be used in both
Vim and Neovim. The features are what I desired.
I have created some plugins by TypeScript. The development is very fun and
easy to maintain.
==============================================================================
COMPATIBILITY *ddt-compatibility*
==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:noet: