Which plugin should be the dependency, and which should be the parent? #1685
Unanswered
josephemorgan
asked this question in
Q&A
Replies: 1 comment
-
plenary and telescope-dap.nvim should be dependencies for telescope.nvim. In the README.md for telescope.nvim it gives an example of how to install for lazy.nvim. It also informs that plenary is a required dependency. Most plugins will give an example of how to install. I hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got what's likely a silly question, but I'm confused about what should be considered the dependencies in a group of related plugins. Assume I've got
telescope.nvim
,plenary.nvim
andtelescope-dap.nvim
.What's the best practice for what's a dependency of what?
Logically, to me it makes sense for
telescope
to be the dependency of all the telescope-related plugins, but does it matter? Would there be an issue with definingtelescope
as the parent, the related plugins as dependencies, and then doing all of the associated configuration in a single config block under the telescope entry?Beta Was this translation helpful? Give feedback.
All reactions