https://github.com/micro-garden/openconfig-plugin
A micro text editor plugin that to open micro config files like settings.json, bindings.json, and init.lua.
https://github.com/micro-garden/openconfig-plugin
config micro micro-editor micro-plugin plugin terminal text-editor
Last synced: about 2 months ago
JSON representation
A micro text editor plugin that to open micro config files like settings.json, bindings.json, and init.lua.
- Host: GitHub
- URL: https://github.com/micro-garden/openconfig-plugin
- Owner: micro-garden
- License: mit
- Created: 2025-08-02T11:27:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-19T09:03:16.000Z (10 months ago)
- Last Synced: 2025-10-25T15:15:23.698Z (8 months ago)
- Topics: config, micro, micro-editor, micro-plugin, plugin, terminal, text-editor
- Language: Lua
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Config Plugin for Micro
**Open Config** is a plugin for the
[micro](https://micro-editor.github.io/) text editor that makes it easy to
open and work with configuration files located in micro's config directory,
such as `settings.json`, `bindings.json`, and `init.lua`.
See [help/openconfig.md](help/openconfig.md) for more details.
## Installation
Place the plugin folder in `~/.config/micro/plug/openconfig/`, or clone it
directly from the GitHub repository:
```sh
mkdir -p ~/.config/micro/plug
git clone https://github.com/micro-garden/openconfig-plugin ~/.config/micro/plug/openconfig
```
Alternatively, this plugin is also available through the unofficial plugin
channel:
https://github.com/micro-garden/unofficial-plugin-channel
You can install it by adding the channel and then using `plugin install`.
## License
MIT.
## Author
Aki Kareha (aki@kareha.org)