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
Hi together,
are you planning to support the lazy.nvim opts{} table to give users the chance of following the best practice to not call setup({}) in a config() function?
It should be easy to implement, because lazy automatically calls the setup function and merges the opts table into it, if one exists.
I would offer to implement these changes myself via PR, but only if you are not against it.
This error is thrown right now when using opts{}:
Lua module not found for config of markdown-preview.nvim. Please use a `config()` function instead
Hi together,
are you planning to support the lazy.nvim opts{} table to give users the chance of following the best practice to not call setup({}) in a config() function?
It should be easy to implement, because lazy automatically calls the setup function and merges the opts table into it, if one exists.
I would offer to implement these changes myself via PR, but only if you are not against it.
This error is thrown right now when using opts{}:
The text was updated successfully, but these errors were encountered: