-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategorized.html
More file actions
305 lines (305 loc) · 11.4 KB
/
categorized.html
File metadata and controls
305 lines (305 loc) · 11.4 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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.8.0">
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1">
<title>Automatically Categorized Plugin List | micro Plugin
List</title>
<link rel="stylesheet" href="simple.css">
<link rel="icon" href="favicon.png" type="image/png">
</head>
<body>
<header><a href="/micro-plugin-list/">micro Plugin
List</a></header>
<h1>Automatically Categorized Plugin List</h1>
<h3>Color Scheme</h3>
<ul>
<li><a href=
"https://github.com/micro-garden/autotheme-plugin">autotheme</a>🔗 :
Automatically sets the colorscheme based on syntax (filetype).<br>
License: MIT, micro v2+: ✅</li>
<li><a href=
"https://github.com/SkyyySi/bracket-pair-colorizer">bpc</a>🔗 :
Gives each matching pair of opening and closing parenthesis,
brackets and braces a unique, matching color<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/BuriXon-code/micro-burixon-dark">burixon-dark</a>🔗
: A collection of beautiful themes for the Micro editor<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/micro-garden/colorshuffle-plugin">colorshuffle</a>🔗
: Shuffles your theme each time you open a file.<br>
License: MIT, micro v2+: ✅</li>
<li><a href=
"https://github.com/novln/micro-gotham-colors">gotham-colors</a>🔗 :
A very dark colorscheme<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href="https://github.com/QualityCroissant/lotus">lotus</a>🔗
: Lotus theme<br>
License: GPLv3, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/quinneden/micro-colors">micro-colors</a>🔗 :
Micro colorschemes<br>
License: GPL-3.0-or-later, micro v2+: ✅</li>
<li><a href=
"https://github.com/Theodus/micro-monokai-dark">monokai-dark</a>🔗 :
A dark monokai colorscheme for micro<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/pbsds/micro-railscast-theme">railscast-theme</a>🔗
: Colorscheme based on the RailsCast TextMate theme.<br>
License: Unknown, micro v2+: ❌(may still work)</li>
</ul>
<h3>Syntax</h3>
<ul>
<li><a href=
"https://github.com/micro-garden/autotheme-plugin">autotheme</a>🔗 :
Automatically sets the colorscheme based on syntax (filetype).<br>
License: MIT, micro v2+: ✅</li>
</ul>
<h3>Language</h3>
<ul>
<li><a href="https://github.com/serge-v/micro-delve">delve</a>🔗 :
Plugin to integrate delve golang debugger.<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/allanderek/elm-micro-plugin">elm</a>🔗 : An elm
language plugin<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/rochacbruno/micro-rust-plugin">micro-rust-plugin</a>🔗
: adds more rust language support<br>
License: Unknown, micro v2+: ❌(may still work)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li><a href="https://github.com/a11ce/micro-autofmt">autofmt</a>🔗 :
plugin to run formatters on save<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/micro-garden/fmtonsave-plugin">fmtonsave</a>🔗 :
Auto-format files on save using formatters like StyLua.<br>
License: MIT, micro v2+: ✅</li>
<li><a href=
"https://github.com/Himei-Miyu/micro-plugin-prettier">prettier</a>🔗
: Format your code using Prettier<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href="https://github.com/sum01/rustfmt-micro">rustfmt</a>🔗 :
Rustfmt plugin for Micro<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/dei-layborer/micro-typographer">typographer</a>🔗
: A plugin for adding additional text formatting and
replacements<br>
License: Unknown, micro v2+: ✅</li>
</ul>
<h3>Linter</h3>
<ul>
<li><a href=
"https://github.com/sebkolind/micro-linter-typescript">lintertypescript</a>🔗
: A linter for Typescript (.ts & .tsx) using tsc<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/hidaruma/micro-textlint-plugin">textlint</a>🔗 :
plugin textlint<br>
License: Unknown, micro v2+: ❌(may still work)</li>
</ul>
<h3>Search</h3>
<ul>
<li><a href=
"https://github.com/andreas-jonsson/micro-ag-plugin">ag</a>🔗 : Adds
support for searching in files using The Silver Searcher.<br>
License: Unknown, micro v2+: ✅</li>
</ul>
<h3>File Manager</h3>
<ul>
<li><a href=
"https://github.com/tagirmukail/micro-tree-plugin">filemanager</a>🔗
: Files manager<br>
License: Unknown, micro v2+: ❌(may still work)</li>
</ul>
<h3>Runner / Executor</h3>
<ul>
<li><a href="https://github.com/a11ce/micro-autofmt">autofmt</a>🔗 :
plugin to run formatters on save<br>
License: Unknown, micro v2+: ✅</li>
<li><a href="https://github.com/terokarvinen/micro-run">runit</a>🔗
: Press F5 to save and run, F12 to make, F9 to make in
background.<br>
License: MIT license, micro v2+: ✅</li>
</ul>
<h3>Cursor</h3>
<ul>
<li><a href="https://github.com/micro-garden/mdfy-plugin">mdfy</a>🔗
: Convert a URL under the cursor into a Markdown link.<br>
License: MIT, micro v2+: ✅</li>
<li><a href=
"https://github.com/samdmarshall/micro-natural-navigation-plugin">natural-navigation</a>🔗
: adds more natural cursor navigation<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href="https://github.com/80-p/micro-spawner">spawner</a>🔗 :
Plugin to improve behavior of new cursor spawning.<br>
License: Unknown, micro v2+: ❌(may still work)</li>
</ul>
<h3>Selection</h3>
<ul>
<li><a href=
"https://github.com/zongou/micro-androidutils">androidutils</a>🔗 :
plugin to send a text selection on android.<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/PawelMTRK/micro-selto-plugin">selto</a>🔗 :
Simple plugin allowing to quickly select lines<br>
License: Unknown, micro v2+: ✅</li>
</ul>
<h3>Git Integration</h3>
<ul>
<li><a href=
"https://github.com/usfbih8u/micro-diff-preview">diff_preview</a>🔗
: Display a preview of Git diffs in a tooltip.<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/chrishalebarnes/micro-fzy-plugin">fzy</a>🔗 :
Plugin that adds support for <a href=
"https://github.com/jhawthorn/fzy">fzy</a>🔗<br>
License: Unknown, micro v2+: ❌(may still work)</li>
</ul>
<h3>Markdown / Doc Tools</h3>
<ul>
<li><a href=
"https://github.com/usfbih8u/micro-diff-preview">diff_preview</a>🔗
: Display a preview of Git diffs in a tooltip.<br>
License: Unknown, micro v2+: ✅</li>
<li><a href="https://github.com/terokarvinen/micro-jump">jump</a>🔗
: Jump to any function, class or heading with F4. Go, Markdown,
Python, C...<br>
License: Unknown, micro v2+: ✅</li>
<li><a href="https://github.com/micro-garden/mdfy-plugin">mdfy</a>🔗
: Convert a URL under the cursor into a Markdown link.<br>
License: MIT, micro v2+: ✅</li>
<li><a href="https://github.com/weebi/micro-preview">preview</a>🔗 :
A very simple plugin to preview markdown in a second editor pane
using pandoc.<br>
License: GPLv3+, micro v2+: ✅</li>
</ul>
<h3>Time / Tracker</h3>
<ul>
<li><a href=
"https://github.com/micro-garden/colorshuffle-plugin">colorshuffle</a>🔗
: Shuffles your theme each time you open a file.<br>
License: MIT, micro v2+: ✅</li>
</ul>
<h3>Wiki / Notes</h3>
<ul>
<li><a href=
"https://github.com/ihavenomouth/microzim">microzim</a>🔗 : Basic
manipulation of ZIM-Wiki files<br>
License: Unknown, micro v2+: ✅</li>
</ul>
<h3>UI Enhancement</h3>
<ul>
<li><a href=
"https://github.com/usfbih8u/micro-diff-preview">diff_preview</a>🔗
: Display a preview of Git diffs in a tooltip.<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/usfbih8u/micro-gutter-message">gutter_message</a>🔗
: Navigate Micro gutter messages and display messages in a
tooltip.<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/Nikitamuraviev10/micro-intab">intab</a>🔗 : Open
files in new tab in active Micro session<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href="https://github.com/itsoctotv/micro-resize">resize</a>🔗
: Resize splits with keyboard shortcuts<br>
License: Unknown, micro v2+: ✅</li>
</ul>
<h3>Uncategorized</h3>
<ul>
<li><a href="https://github.com/haqk/micro-bookmark">bookmark</a>🔗
: Bookmark lines to quickly jump between saved positions<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/terokarvinen/micro-cheat">cheat</a>🔗 : F1 for
cheatsheet related to the type of file you're editing: Lua, Go,
Python...<br>
License: MIT license, micro v2+: ✅</li>
<li><a href=
"https://github.com/redfire75369/code-stats-micro">codestats</a>🔗 :
Code::Stats Plugin for Micro<br>
License: MIT, micro v2+: ✅</li>
<li><a href=
"https://github.com/codezapper/micro-ctags-plugin">ctags</a>🔗 :
adds preliminary ctags support<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/inunosinsi/micro-find-fzf">find</a>🔗 :<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/chykcha3/micro-plugin-latex">latexplugin</a>🔗 :
Latex plugin for Micro editor. Main aim is to provide synctex
support.<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/NicolaiSoeborg/manipulator-plugin">manipulator</a>🔗
: Plugin to do various kind of modifications to text in Micro<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/Neko-Box-Coder/MicroOmni">MicroOmni</a>🔗 :
Powerful micro plugin<br>
License: Unlicense, micro v2+: ✅</li>
<li><a href=
"https://github.com/serge-v/micro-nextgutter">nextgutter</a>🔗 :
Plugin to jump to the next gutter message.<br>
License: Unknown, micro v2+: ✅</li>
<li><a href=
"https://github.com/breaker27/micro-nnn-plugin">nnn</a>🔗 : adds
support to opening files via nnn<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/micro-garden/openconfig-plugin">openconfig</a>🔗
: Adds commands to open micro config files like settings.json,
bindings.json, and init.lua.<br>
License: MIT, micro v2+: ✅</li>
<li><a href=
"https://github.com/CosmicToast/parinfer-micro">parinfer</a>🔗 :
Parinfer plugin for micro<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/micro-garden/pushd-plugin">pushd</a>🔗 :
Provides shell-like pushd, popd, and dirs commands.<br>
License: MIT, micro v2+: ✅</li>
<li><a href="https://github.com/micro-garden/skk-plugin">skk</a>🔗 :
A Japanese input method inspired by the SKK.<br>
License: MIT, micro v2+: ✅</li>
<li><a href=
"https://github.com/AspieSoft/micro-editor-ide">termsplit</a>🔗 : A
keybinding to open a small terminal pane with hsplit<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href=
"https://github.com/micro-garden/toggle-plugin">toggle</a>🔗 : Adds
two commands for toggling boolean configuration options.<br>
License: MIT, micro v2+: ✅</li>
<li><a href="https://github.com/micro-garden/vi-plugin">vi</a>🔗 :
Provides a simple vi-style modal editing mode.<br>
License: MIT, micro v2+: ✅</li>
<li><a href=
"https://github.com/inunosinsi/micro-workspace">workspace</a>🔗 :
...<br>
License: Unknown, micro v2+: ❌(may still work)</li>
<li><a href="https://github.com/kanvolu/yazi.micro">yazi_micro</a>🔗
: Yazi integration for Micro<br>
License: MIT, micro v2+: ✅</li>
</ul>
<footer>Contact: <a href=
"https://github.com/micro-garden/plugin-list/">micro-garden/plugin-list</a>🔗
GitHub repository<br>
Styled with <a href=
"https://simplecss.org/">Simple.css</a>🔗</footer>
</body>
</html>