micro/runtime
Zachary Yedidia 77b6c2c486 Auto prefix for plugin functions
YOu no longer have to prefix all functions in a plugin with the plugin
name (linter_onSave). This will now be done automatically using lua's
setfenv. When passing a function as a callback to a editor function,
make sure to prefix the plugin name (linter.onExit, or go.goimports) so
that micro knows which plugin to call the function from.
2016-06-21 17:49:57 -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 Auto prefix for plugin functions 2016-06-21 17:49:57 -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.