mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
a3e25e3701
* docs: Improve documentation `commands.md` - documented the `reopen` command - improved the documentation of the `reload` command `plugins.md` - added direct links to relevant external documentation pages - rewrote some sections - documented missing functions/callbacks - added a note about installing/managing plugins * Omit number of default plugins Co-authored-by: Jöran Karl <3951388+JoeKar@users.noreply.github.com> --------- Co-authored-by: Jöran Karl <3951388+JoeKar@users.noreply.github.com> |
||
---|---|---|
.. | ||
colorschemes | ||
help | ||
plugins | ||
syntax | ||
README.md | ||
runtime.go | ||
runtime_test.go |
Runtime files for Micro
This directory will be embedded in the Go binary for portability, but it may just as well be put in ~/.config/micro
. If you would like to make your own colorschemes
and syntax files, you can put them in ~/.config/micro/colorschemes
and ~/.config/micro/syntax
respectively.