Replies: 3 comments 6 replies
-
Just add enable=false to the plugins you want to disable. Not going to add anything else for this |
Beta Was this translation helpful? Give feedback.
-
Really wish this was an option - you can do so much from the :Lazy screen...update, (delete!), inspect, even view a diff... a key for "toggle" or "enable" etc. would fit nicely. |
Beta Was this translation helpful? Give feedback.
-
It is actually very easy, just move everything to a folder and that's it. lazy matches on the folder based on the first level, unless you explicitly included in your lazy init those in nested folders wouldn't be loaded at all. E.g. If you setup to do this in your lazy
You should have a folder called "plugins" under "lua"
Then create a folder like "disabled" in the plugins folder, and move all the relevent plugins files you want to disable into that folder and that's it. |
Beta Was this translation helpful? Give feedback.
-
I recently had a problem I was trying to debug, and wanted to start removing plugins to see which one was causing my problem. Perhaps theres an easy way to do this that I don't know of (and couldn't find), but an easy way to disable plugins from the
:Lazy
screen could be quite useful (especially if there are a lot of mods).Its already designed to be able to individually
i
nstall andu
pdate individual plugins, and it seems natural to also have a disable/enable individual plugin as well from the same place.Just an idea anyway.
Beta Was this translation helpful? Give feedback.
All reactions