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
for managing plugins with lazy.nvim it is recommended to use the opts {} table instead of the setup function, because the setup function is automatically called and merged with the opts table if it is present.
This is not supported by alpha-nvim yet. Would be cool to have it as lazy is probably the most used and best package manager for nvim right now.
i don't understand, there is a setup function in alpha already so presumably you could just stick the contents of whatever you're passing to setup now to opts and get the behavior you desire with 0 changes to the alpha codebase
for managing plugins with lazy.nvim it is recommended to use the opts {} table instead of the setup function, because the setup function is automatically called and merged with the opts table if it is present.
This is not supported by alpha-nvim yet. Would be cool to have it as lazy is probably the most used and best package manager for nvim right now.
Reference:
https://lazy.folke.io/spec#spec-setup
()
The text was updated successfully, but these errors were encountered: