The GObject introspection libraries are needed only for programmers developing Gnome software. They should not be needed for running Gnome programs.
The ‘editorconfig_plugin.gedit’ module attempts to use GObject introspection:
from gi.repository import GObject, Gedit
This fails when the GObject introspection libraries are not present. This means the plug-in cannot run.