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
Trying changing setup to config in the above code snippet (or :setup to :config in your fennel file). Lazy does not have a setup property in the plugin spec.
As a tip, when trying to figure out how to define a plugin using the lazy package manager, I'll check LazyVim (not the package manager, but the distribution by the same author of the lazy package manager) to see how it defines the plugin. For example, here is the page on the LazyVim site that shows how they integrate leap. Once on that page, scroll down to the Leap section, and click on the Full Spec. It will show you the following, the most important of which is that it uses the config property to enable the default mappings:
Putting "lazy: false" also doesn't help. The plugin is not loaded.
The text was updated successfully, but these errors were encountered: