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
{{ message }}
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
I recently discovered that all plugins by alexherbo2 are broken with plug.kak, because they seem to use the require-module function, so even after calling plug "alexherbo2/auto-pairs.kak"
The auto-pairs plugin will not be enabled, we need to add require-module auto-pairs after the plug for the functions to be accessible.
Could it be possible to automatically try to call require-module in plug so that we don't have to manually require all modules ?