micro/runtime
Zachary Yedidia d2277a376a Add support for job control
This commit adds support for job control (running processes
asynchronously from plugins) with the JobStart, JobSend, and JobStop
functions (copying neovim's job control).

This commit also makes the linter plugin work asynchronously, so the
editor won't be frozen while the linter checks your code for errors.
2016-06-15 11:19:00 -04:00
..
colorschemes Add cursorline option 2016-06-01 10:05:17 -04:00
help Add default bindings for PreviousTab and NextTab 2016-06-08 18:48:59 -04:00
plugins Add support for job control 2016-06-15 11:19:00 -04:00
syntax Merge pull request #168 from onodera-punpun/syntax_css 2016-06-08 13:11:31 -04:00
README.md Update readme 2016-04-18 14:04:42 -04:00

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 in in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.