Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@
"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"
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json",

// scrollz plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/scrollz.json",

// ember colorschemes
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/ember.json"

]
29 changes: 29 additions & 0 deletions plugins/ember.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[
{
"Name": "ember",
"Description": "Four warm truecolor colorschemes: two transparent darks, one opaque dark, one light",
"Author": "vish9812",
"Website": "https://github.com/vish9812/micro-ember",
"License": "MIT",
"Tags": [
"colorscheme",
"colorschemes",
"colors",
"color",
"theme",
"themes",
"truecolor",
"dark",
"light"
],
"Versions": [
{
"Version": "1.0.0",
"Url": "https://github.com/vish9812/micro-ember/archive/v1.0.0.zip",
"Require": {
"micro": ">=2.0.0"
}
}
]
}
]
26 changes: 26 additions & 0 deletions plugins/scrollz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"Name": "scrollz",
"Description": "Scroll the cursor's line to the top or bottom of the view, and half-page jumps that bring the cursor with you, centered",
"Author": "vish9812",
"Website": "https://github.com/vish9812/micro-scrollz",
"License": "MIT",
"Tags": [
"scroll",
"scrolling",
"viewport",
"navigation",
"softwrap",
"vim"
],
"Versions": [
{
"Version": "1.0.0",
"Url": "https://github.com/vish9812/micro-scrollz/archive/v1.0.0.zip",
"Require": {
"micro": ">=2.0.0"
}
}
]
}
]