This repository contains the channel.json
file which lists all micro plugins. This is where the editor looks to search for plugins to install.
This is a fork of the oficial channel and plugins available there will not be listed here
Caution
This channel has been discontinued, see #42 for more details
Warning
This is just a plugin centralizer, plugin owners can change or add versions with malicious codes, I recommend checking each plugin before installing, use at your own risk
Add this repository in ~/.config/micro/settings.json
"pluginchannels": [
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json",
"https://codeberg.org/micro-plugins/plugin-channel/raw/branch/main/channel.json"
]
Name | Description |
---|---|
acme | An acme style editing plugin for the micro editor. |
align | Simple plugin to align multiple cursors in micro. |
ag | This plugin provides the ability to search with "ag" (aka the_silver_searcher). |
aspell | Spellchecking with Aspel. |
battery | Shows battery percentage on infobar. |
calc | Add calc command for calculating math. |
capitalizer | A simple micro-editor plugin that allows to capitalize selected text. |
cheat | F1 cheatsheet for the language you're editing: Python, Go, Lua... |
colorschemes | Colorschemes aggregator. |
delve | Integrates golang delve debugger. |
emacs_select | Emacs-style selection for Micro. |
filemanager2 | Plugin that allows for easy navigation of a file tree. |
findinfolder | Folder search support. |
fzfinder | Integrate fzf to select and search for your project files. |
gitStatus | Information about git in status bar. |
grepsearch | Using grep to recursively search in files. |
gzplugin | Read and write .gzip files. |
language_env | Syntax highlighting for files with .env extension. |
language_ignore | Adds syntax highlighting to 'ignore' files. |
language_kv | Syntax highlighting for kvlang. |
language_log | Syntax highlighting for files with .log extension. |
latexplugin | Latex plugin for Micro editor. Main aim is to provide synctex support. |
lintertypescript | Ability to lint your Typescript (.ts & .tsx) files with tsc. |
manager | Provides a way to manage linters, formatters, commands, keybindings, settings, plugins. |
mdtree | A plugin for the micro text editor to add sidebar for jumpring and viewing TOC of markdown files. |
microwiki | Like vimwiki but for micro. |
microzim | Basic manipulation of ZIM-Wiki files. |
mxc | The microExecuter. Hit F5 to execute any script from the Micro buffer! |
nelua | Nelua support for Micro text editor. |
nix | nix-linter plugin and syntax. |
palettero | Command palette - Ctrl-P to fuzzy search & run commands, textfilters and descriptions |
prettier | This plugin provides the ability to format your code with Prettier. |
preview | A very simple plugin to preview markdown in a second editor pane using pandoc. |
repfiles | A filemanager for your git-repository. |
run | F5 to save and run, F12 to 'make', F9 to 'make' in background. Go, Python, Lua and executable file (#!) supported. Can 'make' whole project even from subdir. |
selto | Simple plugin allowing to quickly select lines. |
splitterm | Run a file or a selection of an inerpreted language within a new terminal window. |
sunny-day | Port of the Emacs theme by Martin Haesler. |
testaustime | Testaustime coding activity tracker for micro. |
transform | Plugin to do various kind of text transformations in Micro. |
urlopen | A plugin for the micro text editor to add support for opening URLs in text files. |
wakatime | Metrics, insights, and time tracking automatically generated from your programming activity. |
xonsh | Syntax highlighting for xonsh files. |
Collaboration is super welcome! See CONTRIBUTING.md.