micro/runtime
Zachary Yedidia 1b92700990 Allow splits to be created in either direction
This commit adds the `splitRight` and `splitBottom` options to allow
the user to pick which direction to split in.

This also means that a new split is no longer just appended to the list
of splits.
2016-11-28 19:16:49 -05:00
..
colorschemes Make monokai the default colorscheme 2016-10-11 09:09:56 -04:00
help Allow splits to be created in either direction 2016-11-28 19:16:49 -05:00
plugins Put linted classfiles in temp directory 2016-11-09 17:30:25 -05:00
syntax add pony syntax 2016-11-23 22:38:44 -05: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.