Godot Version
Godot 4.2.1
Question
Its there a way to enable or disable a plugin by code? the manual way its to switch these toggles in pluggin windows like this.
in my mind the logical step is access the plugin data from ProjectSetting Singleton like this.
var editor_config_plugins = ProjectSettings.get_setting("editor_plugins/enabled")
but only get the array of resorces paths to the plugin .cfg files
["res://addons/plugin_reloader/plugin.cfg", "res://addons/vertex_snap/plugin.cfg"]