forked from micro-editor/plugin-channel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchannel.json
58 lines (40 loc) · 1.96 KB
/
channel.json
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
[
// Comment plugin
"https://raw.githubusercontent.com/micro-editor/comment-plugin/master/repo.json",
// EditorConfig plugin
"https://raw.githubusercontent.com/10sr/editorconfig-micro/master/repo.json",
// Fish plugin
"https://raw.githubusercontent.com/onodera-punpun/micro-fish-plugin/master/repo.json",
// fzf plugin
"https://raw.githubusercontent.com/samdmarshall/micro-fzf-plugin/master/repo.json",
// Go plugin
"https://raw.githubusercontent.com/micro-editor/go-plugin/master/repo.json",
// Snippets plugin
"https://raw.githubusercontent.com/tommyshem/micro-snippets-plugin/master/repo.json",
// wc plugin
"https://raw.githubusercontent.com/adamnpeace/micro-wc-plugin/master/repo.json",
// Pony plugin
"https://raw.githubusercontent.com/Theodus/micro-pony-plugin/master/repo.json",
// Misspell plugin
"https://raw.githubusercontent.com/onodera-punpun/micro-misspell-plugin/master/repo.json",
// Crystal plugin
"https://raw.githubusercontent.com/ColinRioux/micro-crystal/master/repo.json",
// Gotham colorscheme
"https://raw.githubusercontent.com/novln/micro-gotham-colors/master/repo.json",
// monokai-dark colorscheme
"https://raw.githubusercontent.com/Theodus/micro-monokai-dark/master/repo.json",
// scratch file plugin
"https://raw.githubusercontent.com/samdmarshall/micro-scratch-plugin/master/repo.json",
// Manipulator plugin
"https://raw.githubusercontent.com/NicolaiSoeborg/manipulator-plugin/master/repo.json",
// Filemanager plugin
"https://raw.githubusercontent.com/NicolaiSoeborg/filemanager-plugin/master/repo.json",
// VCS plugin
"https://bitbucket.org/dermetfan/micro-vcs/raw/default/repo.json",
// fmt plugin
"https://raw.githubusercontent.com/sum01/fmt-micro/master/repo.json",
// JoinLines plugin
"https://raw.githubusercontent.com/Lisiadito/join-lines-plugin/master/repo.json",
// autosave plugin
"https://raw.githubusercontent.com/pennie-quinn/micro-plugin-autosave/master/repo.json"
]