Replies: 1 comment 3 replies
-
return {
"some/plugin_b",
name = "name_plugin_b",
dependencies = {
{
"some/plugin_a",
name = "name_plugin_a",
opts = {...}
}
},
opts = {
...
}
} |
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.
-
Hello,
If I have a file
plugin_a.lua
:And I have
plugin_b.lua
:My question is how do I add the dependency
plugin_a
toplugin_b
. I'm searching to add it as a dependency with all it's options.I tried with it's
name
but it tells me:Thank you very much in advance for any help
Beta Was this translation helpful? Give feedback.
All reactions