One config file, one directory for installed plugins for 50+ users on a server #1254
Unanswered
hazeltonbw
asked this question in
Q&A
Replies: 1 comment
-
So, im going to pitch nix for a second here. So, if you are willing to use nix without lazy, the main branch would work. 5.0.0 is in its final configuration now for release, and works as advertised. Just a few docs tweaks to go and still waiting on the pr. https://github.com/BirdeeHub/nixCats-nvim/tree/nixCats-5.0.0 |
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.
-
Hi, I'm looking for a way to configure Lazy to work for 50+ users on one server, using one nVim config file, and one folder for all of the installed plugins. Ideally each user will have the same nVim config file.
Currently, each user is installing plugins in their home directory, eating up all of the storage on the server. I am hoping to find a way to install of the plugins/packages in one directory, and have each user reference that folder when each plugin wants to run.
Is this possible? Could someone shed some light on how I would achieve this?
Thanks,
Brandon
Beta Was this translation helpful? Give feedback.
All reactions