mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-07 07:30:20 +09:00
The linter and go plugins are no longer 'default'. Their installation should be handled by the plugin manager: `> plugin install go` and `> plugin install linter`. The autoclose plugin will remain a default plugin because it provides a more essential feature. Closes #397