ChatGPTEditWithInstructions is broken when using lazyvim dashboard
The default configuration for lazyvim uses dashboard-nvim to show a splash screen. When using the ChatGPTEditWithInstructions command on this screen the UI is broken (see image).
The same issue is not present with the ChatGPT command (see image)
I am not sure if this is a ChatGPT.nvim issue or something better addressed by lazyvim or dashboard.nvim
Anyone else able to reproduce?
I don't have this issue but the EditWithInstructions command is broken for me - just spins endlessly, eventually shows some error about json parsing.
Ah nevermind I got it working. I had added code to my curlrc file to include timing information in the output, but it seems that interfered with EditWithInstructions (Even though the main functionality of ChatGPT plugin wasn't affected)
Perhaps we just need a way to disable this command on the splash screen (unless there already is a way). I'm not sure what would be a sensible alternative - I can't imagine wanting to use the splash screen as context for a question to GPT cc @jackMort