How do plugins get installed? #4187
Closed
justDeeevin
started this conversation in
General
Replies: 1 comment 1 reply
-
|
The plugins get collected and organized into a |
Beta Was this translation helpful? Give feedback.
1 reply
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 just curious about some of the inner workings of nixvim. I understand how configuration happens—you've got the generated
init.luathat does all the stuff—but I see that it justrequires the plugins in there without any additional code for actually getting the plugins. So how does nixvim make the various pluginsrequire-able? I'm pretty advanced with nix, so don't feel the need to dumb anything down.Beta Was this translation helpful? Give feedback.
All reactions