Micro: Disabling/enabling built-in plugins

Created on 23 Mar 2017  路  2Comments  路  Source: zyedidia/micro

Would it possible to add command to switch-off built-in plugins such as 'linter' and show plugin state?

Something like

> plugin off plugin_name
> plugin on plugin_name
> plugin list
----------------
The following plugins are currently installed:

autoclose (0.0.0-unknown)  on
ftoptions (0.0.0-unknown)  on
linter (0.0.0-unknown)     off
----------------
enhancement

Most helpful comment

All plugins now have an associated option to disable them.

All 2 comments

It is currently possible to turn off the linter because the plugin provides an option for that. You can run > set linter off. I think a more general solution would be good though so plugins can be disabled even if they don't provide an option.

All plugins now have an associated option to disable them.

Was this page helpful?
0 / 5 - 0 ratings