Replies: 3 comments 2 replies
-
Just add something like the below at the top? if true then return {} end |
Beta Was this translation helpful? Give feedback.
0 replies
-
{
"plugin",
enabled = false,
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think commenting out is best. Because when you look at the init.lua, it is easy to see if it is enabled or disabled by highlighting. |
Beta Was this translation helpful? Give feedback.
2 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 have a few plugins that I keep configs around for testing/playing with in free time. Currently I am commenting out all the lines in their dedicated config files except the initial return and ending curly:
While only a few milliseconds, I do see that these Lua files are sourced by Lazy when looking at profile.
Is there a more "Lazy" way to disable/ignore these?
Beta Was this translation helpful? Give feedback.
All reactions