-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugins.js
More file actions
279 lines (279 loc) · 7.71 KB
/
plugins.js
File metadata and controls
279 lines (279 loc) · 7.71 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
const plugins = [
{
"name": "vis-backspace",
"repo": "https://github.com/milhnl/vis-backspace",
"desc": "remove backspaces with alignment to tabwidth, like vim's softtabstop"
},
{
"name": "vis-backup",
"repo": "https://github.com/hucal/vis-backup",
"file": "backup",
"desc": "make backups of current files before saving"
},
{
"name": "vis-bpts",
"repo": "https://codeberg.org/shitpostalotl/vis-bpts",
"desc": "insert mode using bullet-points for personal note taking"
},
{
"name": "vis-bundle",
"repo": "https://repo.or.cz/vis-bundle.git",
"desc": "install (and periodically update) vis plugins from Git repos"
},
{
"name": "vis-build",
"repo": "https://gitlab.com/muhq/vis-build",
"desc": "asynchronously run (build) commands"
},
{
"name": "vis-commentary",
"repo": "https://github.com/lutobler/vis-commentary",
"desc": "automatic block comments for most languages"
},
{
"name": "vis-complete-line",
"repo": "https://repo.or.cz/vis-complete-line.git",
"desc": "`<C-e>`, `<C-y>`, and `<C-x><C-l>`, like in vim"
},
{
"name": "vis-cscope",
"repo": "https://git.sr.ht/~emg/vis-cscope",
"desc": "cscope support similar to vim's"
},
{
"name": "vis-ctags",
"repo": "https://github.com/kupospelov/vis-ctags",
"desc": "add basic ctags support"
},
{
"name": "vis-cursors",
"repo": "https://github.com/erf/vis-cursors",
"desc": "remember last cursor position per file"
},
{
"name": "vis-editorconfig",
"repo": "https://github.com/vktec/vis-editorconfig",
"desc": "automatically parse and apply `.editorconfig` files"
},
{
"name": "vis-eval",
"repo": "https://codeberg.org/wf/vis-eval",
"desc": "evaluate an arbitrary piece of Lua"
},
{
"name": "vis-exchange",
"repo": "https://repo.or.cz/vis-exchange.git",
"desc": "operator for swapping a pair of ranges"
},
{
"name": "vis-fenced-insert",
"repo": "https://repo.or.cz/vis-fenced-insert.git",
"desc": "insert mode as that of traditional vi"
},
{
"name": "vis-filetype-settings",
"repo": "https://github.com/jocap/vis-filetype-settings",
"file": "vis-filetype-settings",
"desc": "set options automatically depending on filetype"
},
{
"name": "vis-format",
"repo": "https://github.com/milhnl/vis-format",
"desc": "integrate vis with external formatters"
},
{
"name": "vis-fzf-mru",
"repo": "https://github.com/peaceant/vis-fzf-mru",
"file": "fzf-mru",
"desc": "open recently used files with fzf"
},
{
"name": "vis-fzf-open",
"repo": "https://git.sr.ht/~mcepl/vis-fzf-open",
"desc": "open files with fzf"
},
{
"name": "vis-go",
"repo": "https://gitlab.com/timoha/vis-go",
"file": "vis-go",
"desc": "[Go](https://golang.org) development plugin"
},
{
"name": "vis-goto-file",
"repo": "https://repo.or.cz/vis-goto-file.git",
"desc": "`gf` and `<C-w>f`, similar to vim's"
},
{
"name": "vis-ins-completion",
"repo": "https://github.com/jpaulogg/vis-ins-completion",
"desc": "basic vim-like insert mode completion."
},
{
"name": "vis-inotify",
"repo": "https://gitlab.com/muhq/vis-inotify",
"desc": "watch files using inotifywait"
},
{
"name": "vis-highlight",
"repo": "https://github.com/erf/vis-highlight",
"desc": "highlight multiple Lua patterns with optional style"
},
{
"name": "vis-jump",
"repo": "https://git.sr.ht/~mcepl/vis-jump",
"desc": "`gx` jump to the external link (with custom processor, if required), like in the vim’s netrw."
},
{
"name": "vis-lockfiles",
"repo": "https://gitlab.com/muhq/vis-lockfiles",
"desc": "detect concurrent edits"
},
{
"name": "vis-lspc",
"repo": "https://gitlab.com/muhq/vis-lspc",
"desc": "language server protocol client"
},
{
"name": "vis-modelines",
"repo": "https://github.com/lutobler/vis-modelines",
"desc": "basic support for Vim modelines"
},
{
"name": "vis-motsel",
"repo": "https://repo.or.cz/vis-motsel.git",
"desc": "create selections from motions"
},
{
"name": "vis-open_rej",
"repo": "https://git.sr.ht/~mcepl/vis-open_rej",
"desc": "open the .rej file if present for the currently opened file."
},
{
"name": "vis-options-backport",
"repo": "https://github.com/milhnl/vis-options-backport",
"desc": "make vis options available in lua for vis <=0.8"
},
{
"name": "vis-outdated",
"repo": "https://github.com/erf/vis-outdated",
"desc": "keep up-to-date with a list of git repos"
},
{
"name": "vis-pairs",
"repo": "https://repo.or.cz/vis-pairs.git",
"desc": "textobjects and motions for delimited blocks"
},
{
"name": "vis-parkour",
"repo": "https://repo.or.cz/vis-parkour.git",
"desc": "structured editing for Lisps"
},
{
"name": "vis-plug",
"repo": "https://github.com/erf/vis-plug",
"desc": "a minimal plugin (and theme) manager for vis"
},
{
"name": "vis-paw",
"repo": "https://codeberg.org/wf/vis-paw",
"desc": "an alternative statusbar for vis"
},
{
"name": "vis-quickfix",
"repo": "https://repo.or.cz/vis-quickfix.git",
"desc": "most of vim's QuickFix commands"
},
{
"name": "vis-shebang",
"repo": "https://github.com/e-zk/vis-shebang",
"desc": "set syntax based on file [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix))"
},
{
"name": "vis-smart-backspace",
"repo": "https://github.com/ingolemo/vis-smart-backspace",
"desc": "delete spaces at start of lines, like vim's softtabstop"
},
{
"name": "vis-sneak",
"repo": "https://github.com/erf/vis-sneak",
"desc": "jump to a location specified by two characters "
},
{
"name": "vis-spellcheck",
"repo": "https://gitlab.com/muhq/vis-spellcheck",
"desc": "syntax aware spellchecking"
},
{
"name": "vis-super-shellout",
"repo": "https://github.com/seifferth/vis-super-shellout",
"file": "super-shellout",
"desc": "an alternative way to insert output from arbitrary shell commands"
},
{
"name": "vis-surround",
"repo": "https://repo.or.cz/vis-surround.git",
"desc": "operators for adding/changing/deleting block delimiters"
},
{
"name": "vis-tables",
"repo": "ssh://anon@thyssentishman.com/ptt",
"home": "https://www.thyssentishman.com/git/ptt/log.html",
"desc": "an editor agnostic plain text table formatter with bindings for vis"
},
{
"name": "vis-title",
"repo": "https://github.com/erf/vis-title",
"desc": "set terminal title to current file"
},
{
"name": "vis-tmux-repl",
"repo": "https://github.com/maciejjan/vis-tmux-repl",
"file": "tmux-repl",
"desc": "send text from vis to another tmux pane (e.g. a read-eval-print loop)"
},
{
"name": "vis-toggler",
"repo": "https://repo.or.cz/vis-toggler.git",
"desc": "improved `<C-a>`/`<C-x>`, `~`, `g~`, `gu`, and `gU`"
},
{
"name": "vis-ultisnips",
"repo": "https://github.com/machinedgod/vis-ultisnips",
"desc": "snippet plugin. Supports both SnipMate and UltiSnips, however has limited support for latter."
},
{
"name": "vis-tasks",
"repo": "https://github.com/mpolitzer/vis-tasks",
"desc": "a simple todo list manager"
},
{
"name": "vis-tabautoconf",
"repo": "https://github.com/Nomarian/vis-tab-autoconf",
"desc": "Inherits tab settings from current file"
},
{
"name": "vis-remove-trailing-whitespace",
"repo": "https://github.com/Nomarian/vis-remove-trailing-whitespace",
"desc": "Remove trailing whitespace on file save event"
},
{
"name": "vis-resetconf",
"repo": "https://github.com/Nomarian/vis-resetconf",
"desc": "Command to reset configuration to the default"
},
{
"name": "vis-info",
"repo": "https://github.com/Nomarian/vis-info",
"desc": "Command announces state"
},
{
"name": "vis-pipe_command_maker",
"repo": "https://github.com/Nomarian/vis-pipe_command_maker",
"desc": "Wrapper/closure for vis:pipe"
},
{
"name": "vis-command",
"repo": "https://github.com/Nomarian/vis-command",
"desc": "Run command, output goes to new window"
}
]