Closed tani closed 1 week ago
Attach is not included in your instruction.
set rtp+=~/work/denops.vim
set rtp+=~/src/lspoints
set rtp+=~/src/lspoints-copilot
It just works. :Copilot
command is defined. What is the problem?
Hm... load_extension()
is needed.
(The command is defined though)
If I remove it:
I cannot reproduce your behavior. copilot
extension is loaded and attached.
What the version of Deno is old causes this issue.
This issue is solved by Deno 2.0.0. Thanks!
Configuration
Expected behavior
Neovim shows
['copilot']
.Actual behavior
Neovim showed
[]
.ping @4513ECHO @kuuote . Thanks