The following error only occurs when running NeoVim in a GitBash shell. It does not happen when running NeoVim on Powershell. Maybe I am missing some required config? Or maybe it's just a matter of path-separator craze?
When I send any prompt to :CopilotChat while running NeoVim from a GitBash shell, I get the following error:
Error executing luv callback:
...-data\plugged\CopilotChat.nvim/lua/CopilotChat/utils.lua:72: Could not open file: \sd9c.
stack traceback:
[C]: in function 'error'
...-data\plugged\CopilotChat.nvim/lua/CopilotChat/utils.lua:72: in function 'temp_file'
...ata\plugged\CopilotChat.nvim/lua/CopilotChat/copilot.lua:429: in function 'on_done'
...ata\plugged\CopilotChat.nvim/lua/CopilotChat/copilot.lua:337: in function '_user_on_exit'
...Local\nvim-data\plugged\plenary.nvim/lua/plenary/job.lua:241: in function '_shutdown'
...Local\nvim-data\plugged\plenary.nvim/lua/plenary/job.lua:48: in function <...Local\nvim-data\plugged\plenary.nvim/lua/plenary/job.lua:39>
The following error only occurs when running NeoVim in a GitBash shell. It does not happen when running NeoVim on Powershell. Maybe I am missing some required config? Or maybe it's just a matter of path-separator craze?
When I send any prompt to
:CopilotChat
while running NeoVim from a GitBash shell, I get the following error:Neovim version information:
CopilotChat at commit
9333944fde
installed via VimPlug