How to disable some plugins conveniently for binary debugging while using spec.import? #1237
-
I have set the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Instead of moving the files to another folder, you could take advantage of |
Beta Was this translation helpful? Give feedback.
This is not
lazy.nvim
's responsibility in my opinion. If you want to quickly disable plugins based on keywords, I'dsuggest taking a look at lazyflex. It's a tool where you can define some keywords to easy disable/enable plugins with testing/debugging purposes in mind.