-
When I have:
and start Neovim, Comment.nvim not loaded as expected. But if I have this as a dependency:
the plugin gets loaded on startup despite it being a dependency where it should be implicitly lazyloaded. I also tried explicitly lazyloading it ( Am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Mar 2, 2023
Replies: 1 comment 1 reply
-
Dependencies always load when the parent plugin loads, since the parent depends on its dependencies |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
folke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dependencies always load when the parent plugin loads, since the parent depends on its dependencies