this post was submitted on 06 Jul 2023
11 points (100.0% liked)

Neovim

2106 readers
4 users here now

founded 1 year ago
MODERATORS
 

I have a neovim with lots of plugins, and macros are broken. After I record them and I try to run them they stop in the middle, and won't replay every action I did.

My guess is that some plugin is breaking it, I noticed that autocompletition is usually not working, so I avoid it. My question is how can I find any other plugins that break it, and fix it?

you are viewing a single comment's thread
view the rest of the comments
[–] howarddo 2 points 1 year ago

If you suspect plugins break your macros, do a binary chop disable plugins until you find the culprit. That's what I usually do.