Configure plugin with opts
?
#1988
Unanswered
nathanielevan
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I understand in the package spec in the documentation it is strongly encouraged to use
opts
instead ofconfig
to configure a plugin.The
config
key commented out in the screenshot, if used instead ofopts
, correctly loads the plugin with my settings (plugins.config.alpha-nvim
returns a table) but if I useopts
, I get this error when I start nvim:Any idea why this is? I do notice that my plugin directory is no longer included in the runtime path, could you perhaps clarify what
opts
is supposed to do? Thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions