Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin doesn't not load without opts in Lazy #265

Closed
houqp opened this issue Jan 27, 2025 · 1 comment
Closed

Plugin doesn't not load without opts in Lazy #265

houqp opened this issue Jan 27, 2025 · 1 comment

Comments

@houqp
Copy link

houqp commented Jan 27, 2025

For cases where the user doesn't need to customize fidget, it would be good to support loading the plugin without having to specify an empty opts. Currently, if opts is not specified, fidget wouldn't load, which is a bit counter intuitive.

@j-hui
Copy link
Owner

j-hui commented Jan 27, 2025

This is not a Fidget issue, that is just how the Lazy package manager works (and this is true for all plugins that require setup() to be called).

You can pass config = true or set opts = {} to force the setup() function to be called. Please see Lazy's documentation for more details.

@j-hui j-hui closed this as not planned Won't fix, can't repro, duplicate, stale Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants