-
Notifications
You must be signed in to change notification settings - Fork 50
/
channel.json
92 lines (62 loc) · 3.61 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
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
[
// EditorConfig plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/editorconfig-micro.json",
// Fish plugin
"https://raw.githubusercontent.com/micro-editor/updated-plugins/master/micro-fish-plugin/repo.json",
// fzf plugin
"https://raw.githubusercontent.com/micro-editor/updated-plugins/master/fzf/repo.json",
// Go plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/go.json",
// Snippets plugin
"https://raw.githubusercontent.com/micro-editor/updated-plugins/master/micro-snippets-plugin/repo.json",
// wc plugin
"https://raw.githubusercontent.com/micro-editor/updated-plugins/master/micro-wc-plugin/repo.json",
// Pony plugin
"https://raw.githubusercontent.com/micro-editor/updated-plugins/master/micro-pony-plugin/repo.json",
// Misspell plugin
"https://raw.githubusercontent.com/micro-editor/updated-plugins/master/micro-misspell-plugin/repo.json",
// Crystal plugin
"https://raw.githubusercontent.com/micro-editor/updated-plugins/master/micro-crystal/repo.json",
// Gotham colorscheme
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-gotham-colors.json",
// monokai-dark colorscheme
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-monokai-dark.json",
// Manipulator plugin
"https://raw.githubusercontent.com/micro-editor/updated-plugins/master/manipulator-plugin/repo.json",
// Filemanager plugin
"https://raw.githubusercontent.com/micro-editor/updated-plugins/master/filemanager-plugin/repo.json",
// JoinLines plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/join-lines-plugin.json",
// Quoter plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-quoter.json",
// Bounce plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-bounce.json",
// zigfmt plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-zigfmt.json",
// Aspell plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-aspell-plugin.json",
// jlabbrev plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/jlabbrev.json",
// wakatime plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-wakatime.json",
// nord colorschemes
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-nord-tc-colors.json",
// yapf plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-autofmt.json",
// bookmark plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-bookmark.json",
// quickfix plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-quickfix.json",
// jump plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-jump.json",
// detectindent plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-detectindent.json",
// lsp plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-plugin-lsp.json",
// run plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-run.json",
// palettero plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/palettero.json",
// cheat plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json"
]