]> git.lizzy.rs Git - micro.git/history - cmd/micro/plugin.go
Small fix to redraw location
[micro.git] / cmd / micro / plugin.go
2016-08-20 Zachary YedidiaAdd support for init.lua file in ~/.config/micro
2016-08-17 Zachary YedidiaAdd boolean option to actions to disable the lua callback
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-14 Zachary YedidiaUser plugins should replace default plugins
2016-07-14 Zachary YedidiaAdd preAction plugin callbacks which can return false...
2016-06-22 Zachary YedidiaAdd autoclose plugin to handle autoclose for brackets...
2016-06-21 Zachary YedidiaAuto prefix for plugin functions
2016-06-15 Zachary YedidiaAdd support for job control
2016-05-30 Zachary YedidiaAdd support for user-created commands
2016-05-30 Zachary YedidiaAdd ability to bind lua functions defined in plugins
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-05 Zachary YedidiaAdd linter plugin to easily make linters
2016-05-05 Zachary YedidiaAdd hooks for every action that's bindable
2016-05-05 Zachary YedidiaAdd default plugins, and install go plugin by default
2016-05-05 Zachary YedidiaLoad plugins from ~/.config/micro/plugins