You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localM= {}
-- global options for all user configurationsM.strategy="override" -- | "keep" | "ignore"-- these can override the behaviorM.plugin= {}
M.spec= {}
returnM
Plugin specific:
localM= {}
-- these can override the behaviorM.plugin= {
__strategy="override" -- | "keep" | "ignore"
}
M.spec= {}
returnM
The text was updated successfully, but these errors were encountered:
As a user I want to be able to create plugin configurations on the fly that are easily picked up by the runtime logic.
General:
Plugin specific:
The text was updated successfully, but these errors were encountered: