Is there a way to install plugins in different files? #709
Unanswered
nitaicharan
asked this question in
Q&A
Replies: 2 comments
-
If you want to isolate it, you could create a table for each individual plugin, merge it, and then |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can't use install for that. Check https://github.com/folke/lazy.nvim#-structuring-your-plugins |
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'm trying to install using the
install
function in the following way:How can I install a plugin that was not added in the
setup
? Is there this possibility? If so, would be nice to have isolated modules that install and set up their own configBeta Was this translation helpful? Give feedback.
All reactions