No, Plugins should only run if they’re registered but the “no touch” configuration classes that are found in the AppHost Assembly are always run. So wouldn’t be possible to run a Plugins IConfigureAppHost as it’s called before plugins are registered.
Maybe you could run any registrations in IPreInitPlugin which are run before plugins are loaded.