Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following plugin spec:
where
some/plugin
has the followingplugin/startup.lua
:I would expect the print order to be:
But instead I'm seeing
Is this a bug, or is there a good reason for this behaviour? The only good reference I found for this is in the README.md. I also found a slightly related issue: #888.
Perhaps a good suggestion would be to indicate in the startup sequence section at which point one should expect the
config
function to run?PS! I know I can use
init = function() ... end
, but that function runs even if the plugin is not loaded.Beta Was this translation helpful? Give feedback.
All reactions