this post was submitted on 06 Jul 2023
6 points (100.0% liked)
Neovim
2160 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
without more information, the most straightforward way is to disable your plugins one at a time and test if things are working (could go the other direction: start from no plugins, and install them one at a time). do this by commenting/uncommenting lines in your config and rerunning sync/clean/install or whatever with your plugin manager.
ideally youd have some idea about what specifically is breaking for you. since you say completion maybe start with whatever you use for that (cmp, mason setup, coc, deoplete, ycm)?
edit: forgot to say, but if you post your config that could be helpful in case there's an obvious err somewhere. is it all macros that fail or only some with specific motions?
Here is my config, its ugly and old: https://gitlab.com/catlover_stuff/nvim-config
I'll try to find an example macro that fails, usually I try to avoid complex stuff during recording one, like: using autocomplete or plugin commands.
My guess is that either kylechui/nvim-surround or windwp/nvim-ts-autotag kicks in during typing, but doesn't during replaying a macro
Sorry, I can't access your link. It said 'Page not found'.
my bad, forgot to set it to public