A fresh new user here, thanks for the cool plugin!
Steps:
In the Rust file buffer (on the left), I take these actions:
- enter the insert mode
- type
fn
<M-CR> to open the panel on the right side (I configured it to open on the right)
I can see the panel successfully received multiple suggestions.
However, when I hit Enter to accept or :lua require("copilot.panel").accept(), the error appears.
Any tips?

A fresh new user here, thanks for the cool plugin!
Steps:
In the Rust file buffer (on the left), I take these actions:
fn<M-CR>to open the panel on the right side (I configured it to open on the right)I can see the panel successfully received multiple suggestions.
However, when I hit Enter to accept or
:lua require("copilot.panel").accept(), the error appears.Any tips?