-
I did the minimal config and I can't reproduce the issue. The fact is that I'm using LazyVim and apparently something else is preventing the buffer from unlocking after the response has been delivered. The issue seems to be that control is not handed back to the "Me" after a response is generated. The buffer is locked and I don't see the I realize this is specific to my config, but I would like some pointers on how to get to the cause of this. The log file isn't providing additional info here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Sorry to hear this. Unfortunately with the amount of plugins we all have installed, it can be like trying to find a needle in a haystack. I'd advise disabling any markdown specific plugins as a first action. If that doesn't work, I'd advise disabling all of them and adding them back as you go. I've had to do this with a few plugins and it is nothing but painful. |
Beta Was this translation helpful? Give feedback.
-
For anyone else experiencing this issue, after much frustration I finally tracked it down. The issue is with plenary.nvim - I believe specifically nvim-lua/plenary.nvim#575 As this is a direct dependency of codecompanion, everyone who is using Lazy and has To resolve, I changed the plenary line in { "nvim-lua/plenary.nvim", version = "2d9b061" }, @olimorris - maybe worth updating the README to mention this? |
Beta Was this translation helpful? Give feedback.
Thanks for your response. Well, I decided something else and set up lazy to just get latest git commits instead of semversioning. It updated a whole lot of packages and the issue is resolved.