Responses randomly missing words
I noticed today that the responses I got from ChatGPT 'chat box' are missing certain words or have words that are partially rendered and squashed together with surrounding words. This issue occurs regardless of whether the response is long or short.
I have tested this with several distributions of Neovim, using minimal configurations, and encountered the same problem each time. Since other similar CLI applications do not exhibit this issue, I presume it may be caused by the plugin.
I think I have the same problem. My workaround is to resize the window.
Here's an example:
Just after resizing:
That's my biggest issue by far with chatgpt.nvim
Addendum: actually any way to refresh the window works, be it resizing or triggering the system prompt sidebar etc.
So if anyone's handy with lua and can add a simple hook somewhere to automatically redraw the window that would be great.