How do I track bad plugins with Lazy? #545
Answered
by
folke
miversen33
asked this question in
Q&A
-
This morning I opened neovim and was greeted with a blank terminal (literal void, nothing displayed at all). I assume one of my plugins is being a little shit but I don't have a great way of checking this with Lazy. Does Lazy have a sort of "debug" mode that can be set to log out its actions so I can see things like
etc etc? |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Feb 15, 2023
Replies: 1 comment 3 replies
-
I actually broke lua loading errors in a recent commit. Just fixed that. So just update the lazy folder and you should again see the plugin that's causing issues |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
miversen33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I actually broke lua loading errors in a recent commit. Just fixed that. So just update the lazy folder and you should again see the plugin that's causing issues