-
I'm trying to move to a more security conscious setup for handling plugins at work; at present I run a :Lazy update whenever I fancy getting the latest version of a plugin. My thinking was I would commit my personal (home) Is that likely to work? Any problems with that approach? Only thing I could do with is some way of disabling the update functionality of Lazy so I don't inadvertently pull some 'unchecked' code into my environment. Is there a way to do that with the Lazy config? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That wouldn't work. You can better checkout those plugins in a separate folder on your work station. So not the directory that lazy manages. Configure that folder as your Set That way everything should work and lazy will never try to update or make changes to those folders |
Beta Was this translation helpful? Give feedback.
That wouldn't work. You can better checkout those plugins in a separate folder on your work station. So not the directory that lazy manages.
Configure that folder as your
config.dev.path
.Set
config.dev.patterns = {""}
(it must be empty, so it will match every plugin)That way everything should work and lazy will never try to update or make changes to those folders